Html Css Color HEX #3E1578 Persian Indigo

📋 copy color: '#3E1578'

red 62 ◦ green 21 ◦ blue 120

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

Shades of Persian Indigo #3E1578

Tints of Persian Indigo #3E1578

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.34%

 BLUE value IS 120 (47.27% from 255) = 59.11%

R = 30.54%
G = 10.34%
B = 59.11%

CMYK

 C value IS 0.48

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3E1578 (or 0x3E1578) is known color: Persian Indigo. HEX triplet: 3E, 15 and 78. RGB value is (62,21,120). Sum of RGB (Red+Green+Blue) = 62+21+120=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #3E1578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1578 is #C1EA87. Grayscale: #2C2C2C. Windows color (decimal): -12708488 or 7869758. OLE color: 7869758.

HSL color Cylindrical-coordinate representation of color #3E1578: hue angle of 264.85º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E1578 is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 62 21 120 -
CMYK 0.48 0.83 0 0.53
HSL 264.85º 0.7% 0.28% -
HSV(B) 264.85º 0.83% 0.47% -
XYZ 5.64 2.92 18.03 -
YUV 44.55 170.58 140.45 -
System Red Green Blue C M Y K H S L
Decimal 62 21 120 0.48 0.83 0 0.53 264.85 0.7 0.28
Hex 3E 15 78 30 53 0 35 109 46 1C
Octal 76 25 170 60 123 0 65 411 106 34
Binary 111110 10101 1111000 110000 1010011 0 110101 100001001 1000110 11100

Color Harmonies of #3E1578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1578

Black with #3E1578

Text Example


Text Example

White with #3E1578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,21,120); }

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

background-color css

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

 a { background-color: rgb(62,21,120); }

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

border-color css

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

 span { border-color: rgb(62,21,120); }

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