#3A0470

Color #3A0470 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #3A0470

Tints of Persian Indigo #3A0470

Color information

#3A0470 (or 0x3A0470) is unknown color: approx Persian Indigo. HEX triplet: 3A, 04 and 70. RGB value is (58,4,112). Sum of RGB (Red+Green+Blue) = 58+4+112=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A0470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0470 is #C5FB8F. Grayscale: #202020. Windows color (decimal): -12974992 or 7341114. OLE color: 7341114.

HSL color Cylindrical-coordinate representation of color #3A0470: hue angle of 270º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A0470 is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB584112-
CMYK0.480.9600.56
HSL270º93.1%22.75%-
HSV(B)270º96.43%43.92%-
XYZ4.712.1615.5-
YUV32.46172.89146.22-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.33%
GREEN value IS 4 (1.95% from 255) = 2.30%
BLUE value IS 112 (44.14% from 255) = 64.37%
R=33.33%
G=2.30%
B=64.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5841120.480.9600.5627093.122.75
Hex3A470306003810e5d17
Octal7241606014007041613527
Binary111010100111000011000011000000111000100001110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A0470;
 }
 .AnyTagClassName
 {
   color: #3A0470;
 }
</style>
background-color css

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

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

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

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

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

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