#3A0A70

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

Shades of Persian Indigo #3A0A70

Tints of Persian Indigo #3A0A70

Color information

#3A0A70 (or 0x3A0A70) is unknown color: approx Persian Indigo. HEX triplet: 3A, 0A and 70. RGB value is (58,10,112). Sum of RGB (Red+Green+Blue) = 58+10+112=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A0A70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0A70 is #C5F58F. Grayscale: #232323. Windows color (decimal): -12973456 or 7342650. OLE color: 7342650.

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

Color convert

RGB5810112-
CMYK0.480.9100.56
HSL268.24º83.61%23.92%-
HSV(B)268.24º91.07%43.92%-
XYZ4.782.2915.52-
YUV35.98170.9143.71-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.22%
GREEN value IS 10 (4.30% from 255) = 5.56%
BLUE value IS 112 (44.14% from 255) = 62.22%
R=32.22%
G=5.56%
B=62.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58101120.480.9100.56268.2483.6123.92
Hex3AA70305B03810c5418
Octal72121606013307041412430
Binary1110101010111000011000010110110111000100001100101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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