Html Css Color HEX #3E187E Persian Indigo

📋 copy color: '#3E187E'

red 62 ◦ green 24 ◦ blue 126

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

Shades of Persian Indigo #3E187E

Tints of Persian Indigo #3E187E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.32%

 BLUE value IS 126 (49.61% from 255) = 59.43%

R = 29.25%
G = 11.32%
B = 59.43%

CMYK

 C value IS 0.51

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E187E (or 0x3E187E) is known color: Persian Indigo. HEX triplet: 3E, 18 and 7E. RGB value is (62,24,126). Sum of RGB (Red+Green+Blue) = 62+24+126=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 126 (49.61% from 255 or 59.43% from 212); Max value from RGB is 126 - color contains mainly: blue. Hex color #3E187E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E187E is #C1E781. Grayscale: #2E2E2E. Windows color (decimal): -12707714 or 8263742. OLE color: 8263742.

HSL color Cylindrical-coordinate representation of color #3E187E: hue angle of 262.35º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E187E is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 62 24 126 -
CMYK 0.51 0.81 0 0.51
HSL 262.35º 0.68% 0.29% -
HSV(B) 262.35º 0.81% 0.49% -
XYZ 6.08 3.18 20.03 -
YUV 46.99 172.59 138.71 -
System Red Green Blue C M Y K H S L
Decimal 62 24 126 0.51 0.81 0 0.51 262.35 0.68 0.29
Hex 3E 18 7E 33 51 0 33 106 44 1D
Octal 76 30 176 63 121 0 63 406 104 35
Binary 111110 11000 1111110 110011 1010001 0 110011 100000110 1000100 11101

Color Harmonies of #3E187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E187E

Black with #3E187E

Text Example


Text Example

White with #3E187E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,24,126); }

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

background-color css

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

 a { background-color: rgb(62,24,126); }

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

border-color css

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

 span { border-color: rgb(62,24,126); }

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