#330967

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

Shades of Persian Indigo #330967

Tints of Persian Indigo #330967

Color information

#330967 (or 0x330967) is unknown color: approx Persian Indigo. HEX triplet: 33, 09 and 67. RGB value is (51,9,103). Sum of RGB (Red+Green+Blue) = 51+9+103=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 103 (40.62% from 255 or 63.19% from 163); Max value from RGB is 103 - color contains mainly: blue. Hex color #330967 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330967 is #CCF698. Grayscale: #1F1F1F. Windows color (decimal): -13432473 or 6752563. OLE color: 6752563.

HSL color Cylindrical-coordinate representation of color #330967: hue angle of 266.81º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #330967 is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB519103-
CMYK0.500.9100.60
HSL266.81º83.93%21.96%-
HSV(B)266.81º91.26%40.39%-
XYZ3.911.8812.99-
YUV32.27167.91141.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.29%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 103 (40.62% from 255) = 63.19%
R=31.29%
G=5.52%
B=63.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5191030.500.9100.60266.8183.9321.96
Hex33967325B03C10b5416
Octal63111476213307441312426
Binary1100111001110011111001010110110111100100001011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330967; }

 p { color: rgb(51,9,103); }

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

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

 a { background-color: rgb(51,9,103); }

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

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

 span { border-color: rgb(51,9,103); }

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