Html Css Color HEX #3E199D Persian Indigo

📋 copy color: '#3E199D'

red 62 ◦ green 25 ◦ blue 157

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

Shades of Persian Indigo #3E199D

Tints of Persian Indigo #3E199D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 64.34%

R = 25.41%
G = 10.25%
B = 64.34%

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

#3E199D (or 0x3E199D) is known color: Persian Indigo. HEX triplet: 3E, 19 and 9D. RGB value is (62,25,157). Sum of RGB (Red+Green+Blue) = 62+25+157=244 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.41% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 157 (61.72% from 255 or 64.34% from 244); Max value from RGB is 157 - color contains mainly: blue. Hex color #3E199D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E199D is #C1E662. Grayscale: #323232. Windows color (decimal): -12707427 or 10295614. OLE color: 10295614.

HSL color Cylindrical-coordinate representation of color #3E199D: hue angle of 256.82º 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 #3E199D is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 62 25 157 -
CMYK 0.61 0.84 0 0.38
HSL 256.82º 0.73% 0.36% -
HSV(B) 256.82º 0.84% 0.62% -
XYZ 8.42 4.15 32.26 -
YUV 51.11 187.76 135.77 -
System Red Green Blue C M Y K H S L
Decimal 62 25 157 0.61 0.84 0 0.38 256.82 0.73 0.36
Hex 3E 19 9D 3D 54 0 26 101 49 24
Octal 76 31 235 75 124 0 46 401 111 44
Binary 111110 11001 10011101 111101 1010100 0 100110 100000001 1001001 100100

Color Harmonies of #3E199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E199D

Black with #3E199D

Text Example


Text Example

White with #3E199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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