Html Css Color HEX #3E208E Persian Indigo

📋 copy color: '#3E208E'

red 62 ◦ green 32 ◦ blue 142

#3E208E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #3E208E

Tints of Persian Indigo #3E208E

RGB

 RED value IS 62 (24.61% from 255) = 26.27%

 GREEN value IS 32 (12.89% from 255) = 13.56%

 BLUE value IS 142 (55.86% from 255) = 60.17%

R = 26.27%
G = 13.56%
B = 60.17%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3E208E (or 0x3E208E) is known color: Persian Indigo. HEX triplet: 3E, 20 and 8E. RGB value is (62,32,142). Sum of RGB (Red+Green+Blue) = 62+32+142=236 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.27% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 142 (55.86% from 255 or 60.17% from 236); Max value from RGB is 142 - color contains mainly: blue. Hex color #3E208E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E208E is #C1DF71. Grayscale: #353535. Windows color (decimal): -12705650 or 9314366. OLE color: 9314366.

HSL color Cylindrical-coordinate representation of color #3E208E: hue angle of 256.36º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E208E is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 62 32 142 -
CMYK 0.56 0.77 0 0.44
HSL 256.36º 0.63% 0.34% -
HSV(B) 256.36º 0.77% 0.56% -
XYZ 7.39 4.01 25.98 -
YUV 53.51 177.94 134.06 -
System Red Green Blue C M Y K H S L
Decimal 62 32 142 0.56 0.77 0 0.44 256.36 0.63 0.34
Hex 3E 20 8E 38 4D 0 2C 100 3F 22
Octal 76 40 216 70 115 0 54 400 77 42
Binary 111110 100000 10001110 111000 1001101 0 101100 100000000 111111 100010

Color Harmonies of #3E208E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E208E

Black with #3E208E

Text Example


Text Example

White with #3E208E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,32,142); }

 H1.HeaderClassName
 {
   color: #3E208E;
 }
 .AnyTagClassName
 {
   color: #3E208E;
 }
</style>

background-color css

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

 a { background-color: rgb(62,32,142); }

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

border-color css

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

 span { border-color: rgb(62,32,142); }

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