#33036A

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

Shades of Persian Indigo #33036A

Tints of Persian Indigo #33036A

Color information

#33036A (or 0x33036A) is unknown color: approx Persian Indigo. HEX triplet: 33, 03 and 6A. RGB value is (51,3,106). Sum of RGB (Red+Green+Blue) = 51+3+106=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 106 (41.80% from 255 or 66.25% from 160); Max value from RGB is 106 - color contains mainly: blue. Hex color #33036A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33036A is #CCFC95. Grayscale: #1C1C1C. Windows color (decimal): -13434006 or 6947635. OLE color: 6947635.

HSL color Cylindrical-coordinate representation of color #33036A: hue angle of 267.96º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #33036A is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB513106-
CMYK0.520.9700.58
HSL267.96º94.5%21.37%-
HSV(B)267.96º97.17%41.57%-
XYZ41.8113.77-
YUV29.09171.4143.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.88%
GREEN value IS 3 (1.56% from 255) = 1.88%
BLUE value IS 106 (41.80% from 255) = 66.25%
R=31.88%
G=1.88%
B=66.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5131060.520.9700.58267.9694.521.37
Hex3336A346103A10c5e15
Octal6331526414107241413625
Binary11001111110101011010011000010111010100001100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33036A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33036A; }

 p { color: rgb(51,3,106); }

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

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

 a { background-color: rgb(51,3,106); }

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

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

 span { border-color: rgb(51,3,106); }

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