#3A0B70

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

Shades of Persian Indigo #3A0B70

Tints of Persian Indigo #3A0B70

Color information

#3A0B70 (or 0x3A0B70) is unknown color: approx Persian Indigo. HEX triplet: 3A, 0B and 70. RGB value is (58,11,112). Sum of RGB (Red+Green+Blue) = 58+11+112=181 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.04% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 112 (44.14% from 255 or 61.88% from 181); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A0B70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0B70 is #C5F48F. Grayscale: #242424. Windows color (decimal): -12973200 or 7342906. OLE color: 7342906.

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

Color convert

RGB5811112-
CMYK0.480.9000.56
HSL267.92º82.11%24.12%-
HSV(B)267.92º90.18%43.92%-
XYZ4.792.3115.52-
YUV36.57170.57143.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.04%
GREEN value IS 11 (4.69% from 255) = 6.08%
BLUE value IS 112 (44.14% from 255) = 61.88%
R=32.04%
G=6.08%
B=61.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58111120.480.9000.56267.9282.1124.12
Hex3AB70305A03810c5218
Octal72131606013207041412230
Binary1110101011111000011000010110100111000100001100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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