#3A0466

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

Shades of Persian Indigo #3A0466

Tints of Persian Indigo #3A0466

Color information

#3A0466 (or 0x3A0466) is unknown color: approx Persian Indigo. HEX triplet: 3A, 04 and 66. RGB value is (58,4,102). Sum of RGB (Red+Green+Blue) = 58+4+102=164 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.37% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 102 (40.23% from 255 or 62.20% from 164); Max value from RGB is 102 - color contains mainly: blue. Hex color #3A0466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0466 is #C5FB99. Grayscale: #1E1E1E. Windows color (decimal): -12975002 or 6685754. OLE color: 6685754.

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

Color convert

RGB584102-
CMYK0.430.9600.6
HSL273.06º92.45%20.78%-
HSV(B)273.06º96.08%40%-
XYZ4.191.9512.73-
YUV31.32167.89147.03-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.37%
GREEN value IS 4 (1.95% from 255) = 2.44%
BLUE value IS 102 (40.23% from 255) = 62.20%
R=35.37%
G=2.44%
B=62.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5841020.430.9600.6273.0692.4520.78
Hex3A4662B6003C1115c15
Octal7241465314007442113425
Binary111010100110011010101111000000111100100010001101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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