#3A0770

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

Shades of Persian Indigo #3A0770

Tints of Persian Indigo #3A0770

Color information

#3A0770 (or 0x3A0770) is unknown color: approx Persian Indigo. HEX triplet: 3A, 07 and 70. RGB value is (58,7,112). Sum of RGB (Red+Green+Blue) = 58+7+112=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A0770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0770 is #C5F88F. Grayscale: #212121. Windows color (decimal): -12974224 or 7341882. OLE color: 7341882.

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

Color convert

RGB587112-
CMYK0.480.9400.56
HSL269.14º88.24%23.33%-
HSV(B)269.14º93.75%43.92%-
XYZ4.752.2215.51-
YUV34.22171.9144.96-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.77%
GREEN value IS 7 (3.12% from 255) = 3.95%
BLUE value IS 112 (44.14% from 255) = 63.28%
R=32.77%
G=3.95%
B=63.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5871120.480.9400.56269.1488.2423.33
Hex3A770305E03810d5817
Octal7271606013607041513027
Binary111010111111000011000010111100111000100001101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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