#3E0D9D

Color #3E0D9D Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #3E0D9D

Tints of Persian Indigo #3E0D9D

Color information

#3E0D9D (or 0x3E0D9D) is unknown color: approx Persian Indigo. HEX triplet: 3E, 0D and 9D. RGB value is (62,13,157). Sum of RGB (Red+Green+Blue) = 62+13+157=232 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.72% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 157 (61.72% from 255 or 67.67% from 232); Max value from RGB is 157 - color contains mainly: blue. Hex color #3E0D9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0D9D is #C1F262. Grayscale: #2B2B2B. Windows color (decimal): -12710499 or 10292542. OLE color: 10292542.

HSL color Cylindrical-coordinate representation of color #3E0D9D: hue angle of 260.42º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E0D9D is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6213157-
CMYK0.610.9200.38
HSL260.42º84.71%33.33%-
HSV(B)260.42º91.72%61.57%-
XYZ8.223.7532.19-
YUV44.07191.73140.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 26.72%
GREEN value IS 13 (5.47% from 255) = 5.60%
BLUE value IS 157 (61.72% from 255) = 67.67%
R=26.72%
G=5.60%
B=67.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal62131570.610.9200.38260.4284.7133.33
Hex3ED9D3D5C0261045521
Octal76152357513404640412541
Binary111110110110011101111101101110001001101000001001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E0D9D; }

 p { color: rgb(62,13,157); }

 H1.HeaderClassName
 {
   color: #3E0D9D;
 }
 .AnyTagClassName
 {
   color: #3E0D9D;
 }
</style>
background-color css

<style>
 a { background-color: #3E0D9D; }

 a { background-color: rgb(62,13,157); }

 div.DivClassName
 {
   background-color: #3E0D9D;
 }
 .BgClassName
 {
   background-color: #3E0D9D;
 }
</style>
border-color css

<style>
 span { border-color: #3E0D9D; }

 span { border-color: rgb(62,13,157); }

 td.TdClassName
 {
   border-color: #3E0D9D;
 }
 .TagClassName
 {
   border-color: #3E0D9D;
 }
</style>