#330564

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

Shades of Persian Indigo #330564

Tints of Persian Indigo #330564

Color information

#330564 (or 0x330564) is unknown color: approx Persian Indigo. HEX triplet: 33, 05 and 64. RGB value is (51,5,100). Sum of RGB (Red+Green+Blue) = 51+5+100=156 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.69% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 100 (39.45% from 255 or 64.10% from 156); Max value from RGB is 100 - color contains mainly: blue. Hex color #330564 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330564 is #CCFA9B. Grayscale: #1D1D1D. Windows color (decimal): -13433500 or 6554931. OLE color: 6554931.

HSL color Cylindrical-coordinate representation of color #330564: hue angle of 269.05º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330564 is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB515100-
CMYK0.490.9500.61
HSL269.05º90.48%20.59%-
HSV(B)269.05º95%39.22%-
XYZ3.721.7312.19-
YUV29.58167.74143.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.69%
GREEN value IS 5 (2.34% from 255) = 3.21%
BLUE value IS 100 (39.45% from 255) = 64.10%
R=32.69%
G=3.21%
B=64.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5151000.490.9500.61269.0590.4820.59
Hex33564315F03D10d5a15
Octal6351446113707541513225
Binary110011101110010011000110111110111101100001101101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330564; }

 p { color: rgb(51,5,100); }

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

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

 a { background-color: rgb(51,5,100); }

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

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

 span { border-color: rgb(51,5,100); }

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