#3A1770

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

Shades of Persian Indigo #3A1770

Tints of Persian Indigo #3A1770

Color information

#3A1770 (or 0x3A1770) is unknown color: approx Persian Indigo. HEX triplet: 3A, 17 and 70. RGB value is (58,23,112). Sum of RGB (Red+Green+Blue) = 58+23+112=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A1770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1770 is #C5E88F. Grayscale: #2B2B2B. Windows color (decimal): -12970128 or 7345978. OLE color: 7345978.

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

Color convert

RGB5823112-
CMYK0.480.7900.56
HSL263.6º65.93%26.47%-
HSV(B)263.6º79.46%43.92%-
XYZ4.982.6815.58-
YUV43.61166.6138.26-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.05%
GREEN value IS 23 (9.38% from 255) = 11.92%
BLUE value IS 112 (44.14% from 255) = 58.03%
R=30.05%
G=11.92%
B=58.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58231120.480.7900.56263.665.9326.47
Hex3A1770304F038108421a
Octal72271606011707041010232
Binary11101010111111000011000010011110111000100001000100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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