#3A0870

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

Shades of Persian Indigo #3A0870

Tints of Persian Indigo #3A0870

Color information

#3A0870 (or 0x3A0870) is unknown color: approx Persian Indigo. HEX triplet: 3A, 08 and 70. RGB value is (58,8,112). Sum of RGB (Red+Green+Blue) = 58+8+112=178 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.58% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 112 (44.14% from 255 or 62.92% from 178); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A0870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0870 is #C5F78F. Grayscale: #222222. Windows color (decimal): -12973968 or 7342138. OLE color: 7342138.

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

Color convert

RGB588112-
CMYK0.480.9300.56
HSL268.85º86.67%23.53%-
HSV(B)268.85º92.86%43.92%-
XYZ4.762.2415.51-
YUV34.81171.56144.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.58%
GREEN value IS 8 (3.52% from 255) = 4.49%
BLUE value IS 112 (44.14% from 255) = 62.92%
R=32.58%
G=4.49%
B=62.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5881120.480.9300.56268.8586.6723.53
Hex3A870305D03810d5718
Octal72101606013507041512730
Binary1110101000111000011000010111010111000100001101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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