#33287F

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

Shades of Persian Indigo #33287F

Tints of Persian Indigo #33287F

Color information

#33287F (or 0x33287F) is unknown color: approx Persian Indigo. HEX triplet: 33, 28 and 7F. RGB value is (51,40,127). Sum of RGB (Red+Green+Blue) = 51+40+127=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #33287F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33287F is #CCD780. Grayscale: #343434. Windows color (decimal): -13424513 or 8333363. OLE color: 8333363.

HSL color Cylindrical-coordinate representation of color #33287F: hue angle of 247.59º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33287F is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5140127-
CMYK0.600.6900.50
HSL247.59º52.1%32.75%-
HSV(B)247.59º68.5%49.8%-
XYZ5.953.7520.49-
YUV53.21169.64126.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.39%
GREEN value IS 40 (16.02% from 255) = 18.35%
BLUE value IS 127 (50% from 255) = 58.26%
R=23.39%
G=18.35%
B=58.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51401270.600.6900.50247.5952.132.75
Hex33287F3C45032f83421
Octal6350177741050623706441
Binary11001110100011111111111001000101011001011111000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33287F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33287F; }

 p { color: rgb(51,40,127); }

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

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

 a { background-color: rgb(51,40,127); }

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

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

 span { border-color: rgb(51,40,127); }

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