Html Css Color HEX #3E197E Persian Indigo

📋 copy color: '#3E197E'

red 62 ◦ green 25 ◦ blue 126

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

Shades of Persian Indigo #3E197E

Tints of Persian Indigo #3E197E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.74%

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

R = 29.11%
G = 11.74%
B = 59.15%

CMYK

 C value IS 0.51

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E197E (or 0x3E197E) is known color: Persian Indigo. HEX triplet: 3E, 19 and 7E. RGB value is (62,25,126). Sum of RGB (Red+Green+Blue) = 62+25+126=213 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.11% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 126 (49.61% from 255 or 59.15% from 213); Max value from RGB is 126 - color contains mainly: blue. Hex color #3E197E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E197E is #C1E681. Grayscale: #2F2F2F. Windows color (decimal): -12707458 or 8263998. OLE color: 8263998.

HSL color Cylindrical-coordinate representation of color #3E197E: hue angle of 261.98º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E197E is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 62 25 126 -
CMYK 0.51 0.80 0 0.51
HSL 261.98º 0.67% 0.3% -
HSV(B) 261.98º 0.8% 0.49% -
XYZ 6.1 3.23 20.04 -
YUV 47.58 172.26 138.29 -
System Red Green Blue C M Y K H S L
Decimal 62 25 126 0.51 0.80 0 0.51 261.98 0.67 0.3
Hex 3E 19 7E 33 50 0 33 106 43 1E
Octal 76 31 176 63 120 0 63 406 103 36
Binary 111110 11001 1111110 110011 1010000 0 110011 100000110 1000011 11110

Color Harmonies of #3E197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E197E

Black with #3E197E

Text Example


Text Example

White with #3E197E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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