#3A0A6C

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

Shades of Persian Indigo #3A0A6C

Tints of Persian Indigo #3A0A6C

Color information

#3A0A6C (or 0x3A0A6C) is unknown color: approx Persian Indigo. HEX triplet: 3A, 0A and 6C. RGB value is (58,10,108). Sum of RGB (Red+Green+Blue) = 58+10+108=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 10 (4.30% from 255 or 5.68% from 176); Blue value is 108 (42.58% from 255 or 61.36% from 176); Max value from RGB is 108 - color contains mainly: blue. Hex color #3A0A6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0A6C is #C5F593. Grayscale: #232323. Windows color (decimal): -12973460 or 7080506. OLE color: 7080506.

HSL color Cylindrical-coordinate representation of color #3A0A6C: hue angle of 269.39º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A0A6C is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5810108-
CMYK0.460.9100.58
HSL269.39º83.05%23.14%-
HSV(B)269.39º90.74%42.35%-
XYZ4.562.214.37-
YUV35.52168.9144.03-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.95%
GREEN value IS 10 (4.30% from 255) = 5.68%
BLUE value IS 108 (42.58% from 255) = 61.36%
R=32.95%
G=5.68%
B=61.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58101080.460.9100.58269.3983.0523.14
Hex3AA6C2E5B03A10d5317
Octal72121545613307241512327
Binary1110101010110110010111010110110111010100001101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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