Html Css Color HEX #3A1E78 Persian Indigo

📋 copy color: '#3A1E78'

red 58 ◦ green 30 ◦ blue 120

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

Shades of Persian Indigo #3A1E78

Tints of Persian Indigo #3A1E78

RGB

 RED value IS 58 (23.05% from 255) = 27.88%

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

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

R = 27.88%
G = 14.42%
B = 57.69%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3A1E78 (or 0x3A1E78) is known color: Persian Indigo. HEX triplet: 3A, 1E and 78. RGB value is (58,30,120). Sum of RGB (Red+Green+Blue) = 58+30+120=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 120 (47.27% from 255 or 57.69% from 208); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A1E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1E78 is #C5E187. Grayscale: #303030. Windows color (decimal): -12968328 or 7872058. OLE color: 7872058.

HSL color Cylindrical-coordinate representation of color #3A1E78: hue angle of 258.67º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A1E78 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 30 120 -
CMYK 0.52 0.75 0 0.53
HSL 258.67º 0.6% 0.29% -
HSV(B) 258.67º 0.75% 0.47% -
XYZ 5.6 3.18 18.09 -
YUV 48.63 168.28 134.68 -
System Red Green Blue C M Y K H S L
Decimal 58 30 120 0.52 0.75 0 0.53 258.67 0.6 0.29
Hex 3A 1E 78 34 4B 0 35 103 3C 1D
Octal 72 36 170 64 113 0 65 403 74 35
Binary 111010 11110 1111000 110100 1001011 0 110101 100000011 111100 11101

Color Harmonies of #3A1E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1E78

Black with #3A1E78

Text Example


Text Example

White with #3A1E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,30,120); }

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

background-color css

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

 a { background-color: rgb(58,30,120); }

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

border-color css

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

 span { border-color: rgb(58,30,120); }

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