Html Css Color HEX #3E1E88 Persian Indigo

📋 copy color: '#3E1E88'

red 62 ◦ green 30 ◦ blue 136

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

Shades of Persian Indigo #3E1E88

Tints of Persian Indigo #3E1E88

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.16%

 BLUE value IS 136 (53.52% from 255) = 59.65%

R = 27.19%
G = 13.16%
B = 59.65%

CMYK

 C value IS 0.54

 M value IS 0.78

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3E1E88 (or 0x3E1E88) is known color: Persian Indigo. HEX triplet: 3E, 1E and 88. RGB value is (62,30,136). Sum of RGB (Red+Green+Blue) = 62+30+136=228 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.19% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 136 (53.52% from 255 or 59.65% from 228); Max value from RGB is 136 - color contains mainly: blue. Hex color #3E1E88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1E88 is #C1E177. Grayscale: #333333. Windows color (decimal): -12706168 or 8920638. OLE color: 8920638.

HSL color Cylindrical-coordinate representation of color #3E1E88: hue angle of 258.11º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E1E88 is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 62 30 136 -
CMYK 0.54 0.78 0 0.47
HSL 258.11º 0.64% 0.33% -
HSV(B) 258.11º 0.78% 0.53% -
XYZ 6.89 3.73 23.65 -
YUV 51.65 175.6 135.38 -
System Red Green Blue C M Y K H S L
Decimal 62 30 136 0.54 0.78 0 0.47 258.11 0.64 0.33
Hex 3E 1E 88 36 4E 0 2F 102 40 21
Octal 76 36 210 66 116 0 57 402 100 41
Binary 111110 11110 10001000 110110 1001110 0 101111 100000010 1000000 100001

Color Harmonies of #3E1E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1E88

Black with #3E1E88

Text Example


Text Example

White with #3E1E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,30,136); }

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

background-color css

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

 a { background-color: rgb(62,30,136); }

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

border-color css

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

 span { border-color: rgb(62,30,136); }

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