#331069

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

Shades of Persian Indigo #331069

Tints of Persian Indigo #331069

Color information

#331069 (or 0x331069) is unknown color: approx Persian Indigo. HEX triplet: 33, 10 and 69. RGB value is (51,16,105). Sum of RGB (Red+Green+Blue) = 51+16+105=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #331069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331069 is #CCEF96. Grayscale: #242424. Windows color (decimal): -13430679 or 6885427. OLE color: 6885427.

HSL color Cylindrical-coordinate representation of color #331069: hue angle of 263.6º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #331069 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5116105-
CMYK0.510.8500.59
HSL263.6º73.55%23.73%-
HSV(B)263.6º84.76%41.18%-
XYZ4.12.0913.55-
YUV36.61166.6138.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.65%
GREEN value IS 16 (6.64% from 255) = 9.30%
BLUE value IS 105 (41.41% from 255) = 61.05%
R=29.65%
G=9.30%
B=61.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51161050.510.8500.59263.673.5523.73
Hex331069335503B1084a18
Octal63201516312507341011230
Binary11001110000110100111001110101010111011100001000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331069; }

 p { color: rgb(51,16,105); }

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

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

 a { background-color: rgb(51,16,105); }

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

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

 span { border-color: rgb(51,16,105); }

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