Html Css Color HEX #3A0478 Persian Indigo

📋 copy color: '#3A0478'

red 58 ◦ green 4 ◦ blue 120

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

Shades of Persian Indigo #3A0478

Tints of Persian Indigo #3A0478

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.2%

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

R = 31.87%
G = 2.2%
B = 65.93%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3A0478 (or 0x3A0478) is known color: Persian Indigo. HEX triplet: 3A, 04 and 78. RGB value is (58,4,120). Sum of RGB (Red+Green+Blue) = 58+4+120=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 120 (47.27% from 255 or 65.93% from 182); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A0478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0478 is #C5FB87. Grayscale: #202020. Windows color (decimal): -12974984 or 7865402. OLE color: 7865402.

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

Color convert

RGB 58 4 120 -
CMYK 0.52 0.97 0 0.53
HSL 267.93º 0.94% 0.24% -
HSV(B) 267.93º 0.97% 0.47% -
XYZ 5.18 2.34 17.95 -
YUV 33.37 176.89 145.57 -
System Red Green Blue C M Y K H S L
Decimal 58 4 120 0.52 0.97 0 0.53 267.93 0.94 0.24
Hex 3A 4 78 34 61 0 35 10C 5E 18
Octal 72 4 170 64 141 0 65 414 136 30
Binary 111010 100 1111000 110100 1100001 0 110101 100001100 1011110 11000

Color Harmonies of #3A0478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0478

Black with #3A0478

Text Example


Text Example

White with #3A0478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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