Html Css Color HEX #3A1C78 Persian Indigo

📋 copy color: '#3A1C78'

red 58 ◦ green 28 ◦ blue 120

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

Shades of Persian Indigo #3A1C78

Tints of Persian Indigo #3A1C78

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.59%

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

R = 28.16%
G = 13.59%
B = 58.25%

CMYK

 C value IS 0.52

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3A1C78 (or 0x3A1C78) is known color: Persian Indigo. HEX triplet: 3A, 1C and 78. RGB value is (58,28,120). Sum of RGB (Red+Green+Blue) = 58+28+120=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 120 (47.27% from 255 or 58.25% from 206); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A1C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1C78 is #C5E387. Grayscale: #2F2F2F. Windows color (decimal): -12968840 or 7871546. OLE color: 7871546.

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

Color convert

RGB 58 28 120 -
CMYK 0.52 0.77 0 0.53
HSL 259.57º 0.62% 0.29% -
HSV(B) 259.57º 0.77% 0.47% -
XYZ 5.55 3.09 18.07 -
YUV 47.46 168.94 135.52 -
System Red Green Blue C M Y K H S L
Decimal 58 28 120 0.52 0.77 0 0.53 259.57 0.62 0.29
Hex 3A 1C 78 34 4D 0 35 104 3E 1D
Octal 72 34 170 64 115 0 65 404 76 35
Binary 111010 11100 1111000 110100 1001101 0 110101 100000100 111110 11101

Color Harmonies of #3A1C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1C78

Black with #3A1C78

Text Example


Text Example

White with #3A1C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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