Html Css Color HEX #3E199E Persian Indigo

📋 copy color: '#3E199E'

red 62 ◦ green 25 ◦ blue 158

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

Shades of Persian Indigo #3E199E

Tints of Persian Indigo #3E199E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 64.49%

R = 25.31%
G = 10.2%
B = 64.49%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3E199E (or 0x3E199E) is known color: Persian Indigo. HEX triplet: 3E, 19 and 9E. RGB value is (62,25,158). Sum of RGB (Red+Green+Blue) = 62+25+158=245 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.31% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 158 (62.11% from 255 or 64.49% from 245); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E199E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E199E is #C1E661. Grayscale: #323232. Windows color (decimal): -12707426 or 10361150. OLE color: 10361150.

HSL color Cylindrical-coordinate representation of color #3E199E: hue angle of 256.69º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E199E is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 62 25 158 -
CMYK 0.61 0.84 0 0.38
HSL 256.69º 0.73% 0.36% -
HSV(B) 256.69º 0.84% 0.62% -
XYZ 8.51 4.19 32.71 -
YUV 51.23 188.26 135.69 -
System Red Green Blue C M Y K H S L
Decimal 62 25 158 0.61 0.84 0 0.38 256.69 0.73 0.36
Hex 3E 19 9E 3D 54 0 26 101 49 24
Octal 76 31 236 75 124 0 46 401 111 44
Binary 111110 11001 10011110 111101 1010100 0 100110 100000001 1001001 100100

Color Harmonies of #3E199E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E199E

Black with #3E199E

Text Example


Text Example

White with #3E199E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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