#3A0C69

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

Shades of Persian Indigo #3A0C69

Tints of Persian Indigo #3A0C69

Color information

#3A0C69 (or 0x3A0C69) is unknown color: approx Persian Indigo. HEX triplet: 3A, 0C and 69. RGB value is (58,12,105). Sum of RGB (Red+Green+Blue) = 58+12+105=175 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.14% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 105 (41.41% from 255 or 60% from 175); Max value from RGB is 105 - color contains mainly: blue. Hex color #3A0C69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0C69 is #C5F396. Grayscale: #242424. Windows color (decimal): -12972951 or 6884410. OLE color: 6884410.

HSL color Cylindrical-coordinate representation of color #3A0C69: hue angle of 269.68º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A0C69 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5812105-
CMYK0.450.8900.59
HSL269.68º79.49%22.94%-
HSV(B)269.68º88.57%41.18%-
XYZ4.432.1813.55-
YUV36.36166.74143.44-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.14%
GREEN value IS 12 (5.08% from 255) = 6.86%
BLUE value IS 105 (41.41% from 255) = 60%
R=33.14%
G=6.86%
B=60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58121050.450.8900.59269.6879.4922.94
Hex3AC692D5903B10e4f17
Octal72141515513107341611727
Binary1110101100110100110110110110010111011100001110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,12,105); }

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

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

 a { background-color: rgb(58,12,105); }

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

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

 span { border-color: rgb(58,12,105); }

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