Html Css Color HEX #3E198E Persian Indigo

📋 copy color: '#3E198E'

red 62 ◦ green 25 ◦ blue 142

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

Shades of Persian Indigo #3E198E

Tints of Persian Indigo #3E198E

RGB

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

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

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

R = 27.07%
G = 10.92%
B = 62.01%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3E198E (or 0x3E198E) is known color: Persian Indigo. HEX triplet: 3E, 19 and 8E. RGB value is (62,25,142). Sum of RGB (Red+Green+Blue) = 62+25+142=229 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.07% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 142 (55.86% from 255 or 62.01% from 229); Max value from RGB is 142 - color contains mainly: blue. Hex color #3E198E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E198E is #C1E671. Grayscale: #303030. Windows color (decimal): -12707442 or 9312574. OLE color: 9312574.

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

Color convert

RGB 62 25 142 -
CMYK 0.56 0.82 0 0.44
HSL 258.97º 0.7% 0.33% -
HSV(B) 258.97º 0.82% 0.56% -
XYZ 7.22 3.67 25.92 -
YUV 49.4 180.26 136.99 -
System Red Green Blue C M Y K H S L
Decimal 62 25 142 0.56 0.82 0 0.44 258.97 0.7 0.33
Hex 3E 19 8E 38 52 0 2C 103 46 21
Octal 76 31 216 70 122 0 54 403 106 41
Binary 111110 11001 10001110 111000 1010010 0 101100 100000011 1000110 100001

Color Harmonies of #3E198E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E198E

Black with #3E198E

Text Example


Text Example

White with #3E198E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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