#330592

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

Shades of Persian Indigo #330592

Tints of Persian Indigo #330592

Color information

#330592 (or 0x330592) is unknown color: approx Persian Indigo. HEX triplet: 33, 05 and 92. RGB value is (51,5,146). Sum of RGB (Red+Green+Blue) = 51+5+146=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 146 (57.42% from 255 or 72.28% from 202); Max value from RGB is 146 - color contains mainly: blue. Hex color #330592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330592 is #CCFA6D. Grayscale: #222222. Windows color (decimal): -13433454 or 9569587. OLE color: 9569587.

HSL color Cylindrical-coordinate representation of color #330592: hue angle of 259.57º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #330592 is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB515146-
CMYK0.650.9700.43
HSL259.57º93.38%29.61%-
HSV(B)259.57º96.58%57.25%-
XYZ6.612.8927.4-
YUV34.83190.74139.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.25%
GREEN value IS 5 (2.34% from 255) = 2.48%
BLUE value IS 146 (57.42% from 255) = 72.28%
R=25.25%
G=2.48%
B=72.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5151460.650.9700.43259.5793.3829.61
Hex33592416102B1045d1e
Octal63522210114105340413536
Binary11001110110010010100000111000010101011100000100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330592; }

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

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

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

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

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

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

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

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