Html Css Color HEX #3E1988 Persian Indigo

📋 copy color: '#3E1988'

red 62 ◦ green 25 ◦ blue 136

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

Shades of Persian Indigo #3E1988

Tints of Persian Indigo #3E1988

RGB

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

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

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

R = 27.8%
G = 11.21%
B = 60.99%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3E1988 (or 0x3E1988) is known color: Persian Indigo. HEX triplet: 3E, 19 and 88. RGB value is (62,25,136). Sum of RGB (Red+Green+Blue) = 62+25+136=223 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.80% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 136 (53.52% from 255 or 60.99% from 223); Max value from RGB is 136 - color contains mainly: blue. Hex color #3E1988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1988 is #C1E677. Grayscale: #303030. Windows color (decimal): -12707448 or 8919358. OLE color: 8919358.

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

Color convert

RGB 62 25 136 -
CMYK 0.54 0.82 0 0.47
HSL 260º 0.69% 0.32% -
HSV(B) 260º 0.82% 0.53% -
XYZ 6.78 3.5 23.61 -
YUV 48.72 177.26 137.47 -
System Red Green Blue C M Y K H S L
Decimal 62 25 136 0.54 0.82 0 0.47 260 0.69 0.32
Hex 3E 19 88 36 52 0 2F 104 45 20
Octal 76 31 210 66 122 0 57 404 105 40
Binary 111110 11001 10001000 110110 1010010 0 101111 100000100 1000101 100000

Color Harmonies of #3E1988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1988

Black with #3E1988

Text Example


Text Example

White with #3E1988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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