#3A0566

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

Shades of Persian Indigo #3A0566

Tints of Persian Indigo #3A0566

Color information

#3A0566 (or 0x3A0566) is unknown color: approx Persian Indigo. HEX triplet: 3A, 05 and 66. RGB value is (58,5,102). Sum of RGB (Red+Green+Blue) = 58+5+102=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 102 (40.23% from 255 or 61.82% from 165); Max value from RGB is 102 - color contains mainly: blue. Hex color #3A0566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0566 is #C5FA99. Grayscale: #1F1F1F. Windows color (decimal): -12974746 or 6686010. OLE color: 6686010.

HSL color Cylindrical-coordinate representation of color #3A0566: hue angle of 272.78º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0566 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB585102-
CMYK0.430.9500.6
HSL272.78º90.65%20.98%-
HSV(B)272.78º95.1%40%-
XYZ4.21.9712.73-
YUV31.9167.56146.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.15%
GREEN value IS 5 (2.34% from 255) = 3.03%
BLUE value IS 102 (40.23% from 255) = 61.82%
R=35.15%
G=3.03%
B=61.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5851020.430.9500.6272.7890.6520.98
Hex3A5662B5F03C1115b15
Octal7251465313707442113325
Binary111010101110011010101110111110111100100010001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,5,102); }

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

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

 a { background-color: rgb(58,5,102); }

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

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

 span { border-color: rgb(58,5,102); }

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