#3a0575

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

Shades of Persian Indigo #3A0575

Tints of Persian Indigo #3A0575

Color information

#3A0575 (or 0x3A0575) is unknown color: approx Persian Indigo. HEX triplet: 3A, 05 and 75. RGB value is (58,5,117). Sum of RGB (Red+Green+Blue) = 58+5+117=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 117 (46.09% from 255 or 65% from 180); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A0575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0575 is #C5FA8A. Grayscale: #212121. Windows color (decimal): -12974731 or 7669050. OLE color: 7669050.

HSL color Cylindrical-coordinate representation of color #3A0575: hue angle of 268.39º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A0575 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB585117-
CMYK0.500.9600.54
HSL268.39º91.8%23.92%-
HSV(B)268.39º95.73%45.88%-
XYZ5.012.2917.01-
YUV33.61175.06145.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.22%
GREEN value IS 5 (2.34% from 255) = 2.78%
BLUE value IS 117 (46.09% from 255) = 65%
R=32.22%
G=2.78%
B=65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5851170.500.9600.54268.3991.823.92
Hex3A575326003610c5c18
Octal7251656214006641413430
Binary111010101111010111001011000000110110100001100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a0575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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