Html Css Color HEX #3E199C Persian Indigo

📋 copy color: '#3E199C'

red 62 ◦ green 25 ◦ blue 156

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

Shades of Persian Indigo #3E199C

Tints of Persian Indigo #3E199C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 64.2%

R = 25.51%
G = 10.29%
B = 64.2%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3E199C (or 0x3E199C) is known color: Persian Indigo. HEX triplet: 3E, 19 and 9C. RGB value is (62,25,156). Sum of RGB (Red+Green+Blue) = 62+25+156=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 156 (61.33% from 255 or 64.20% from 243); Max value from RGB is 156 - color contains mainly: blue. Hex color #3E199C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E199C is #C1E663. Grayscale: #323232. Windows color (decimal): -12707428 or 10230078. OLE color: 10230078.

HSL color Cylindrical-coordinate representation of color #3E199C: hue angle of 256.95º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E199C is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 62 25 156 -
CMYK 0.60 0.84 0 0.39
HSL 256.95º 0.72% 0.35% -
HSV(B) 256.95º 0.84% 0.61% -
XYZ 8.33 4.12 31.81 -
YUV 51 187.26 135.85 -
System Red Green Blue C M Y K H S L
Decimal 62 25 156 0.60 0.84 0 0.39 256.95 0.72 0.35
Hex 3E 19 9C 3C 54 0 27 101 48 23
Octal 76 31 234 74 124 0 47 401 110 43
Binary 111110 11001 10011100 111100 1010100 0 100111 100000001 1001000 100011

Color Harmonies of #3E199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E199C

Black with #3E199C

Text Example


Text Example

White with #3E199C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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