#330589

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

Shades of Persian Indigo #330589

Tints of Persian Indigo #330589

Color information

#330589 (or 0x330589) is unknown color: approx Persian Indigo. HEX triplet: 33, 05 and 89. RGB value is (51,5,137). Sum of RGB (Red+Green+Blue) = 51+5+137=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 137 (53.91% from 255 or 70.98% from 193); Max value from RGB is 137 - color contains mainly: blue. Hex color #330589 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330589 is #CCFA76. Grayscale: #212121. Windows color (decimal): -13433463 or 8979763. OLE color: 8979763.

HSL color Cylindrical-coordinate representation of color #330589: hue angle of 260.91º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330589 is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB515137-
CMYK0.630.9600.46
HSL260.91º92.96%27.84%-
HSV(B)260.91º96.35%53.73%-
XYZ5.932.6223.86-
YUV33.8186.24140.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.42%
GREEN value IS 5 (2.34% from 255) = 2.59%
BLUE value IS 137 (53.91% from 255) = 70.98%
R=26.42%
G=2.59%
B=70.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5151370.630.9600.46260.9192.9627.84
Hex335893F6002E1055d1c
Octal6352117714005640513534
Binary1100111011000100111111111000000101110100000101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330589; }

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

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

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

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

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

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

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

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