#33067F

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

Shades of Persian Indigo #33067F

Tints of Persian Indigo #33067F

Color information

#33067F (or 0x33067F) is unknown color: approx Persian Indigo. HEX triplet: 33, 06 and 7F. RGB value is (51,6,127). Sum of RGB (Red+Green+Blue) = 51+6+127=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 127 (50% from 255 or 69.02% from 184); Max value from RGB is 127 - color contains mainly: blue. Hex color #33067F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33067F is #CCF980. Grayscale: #202020. Windows color (decimal): -13433217 or 8324659. OLE color: 8324659.

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

Color convert

RGB516127-
CMYK0.600.9500.50
HSL262.31º90.98%26.08%-
HSV(B)262.31º95.28%49.8%-
XYZ5.262.3720.26-
YUV33.25180.91140.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.72%
GREEN value IS 6 (2.73% from 255) = 3.26%
BLUE value IS 127 (50% from 255) = 69.02%
R=27.72%
G=3.26%
B=69.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5161270.600.9500.50262.3190.9826.08
Hex3367F3C5F0321065b1a
Octal6361777413706240613332
Binary110011110111111111110010111110110010100000110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33067F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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