#33006E

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

Shades of Persian Indigo #33006E

Tints of Persian Indigo #33006E

Color information

#33006E (or 0x33006E) is unknown color: approx Persian Indigo. HEX triplet: 33, 00 and 6E. RGB value is (51,0,110). Sum of RGB (Red+Green+Blue) = 51+0+110=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 110 (43.36% from 255 or 68.32% from 161); Max value from RGB is 110 - color contains mainly: blue. Hex color #33006E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33006E is #CCFF91. Grayscale: #1B1B1B. Windows color (decimal): -13434770 or 7209011. OLE color: 7209011.

HSL color Cylindrical-coordinate representation of color #33006E: hue angle of 267.82º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #33006E is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB510110-
CMYK0.54100.57
HSL267.82º100%21.57%-
HSV(B)267.82º100%43.14%-
XYZ4.181.8314.88-
YUV27.79174.4144.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 68.32%
R=31.68%
G=0%
B=68.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5101100.54100.57267.8210021.57
Hex3306E366403910c6416
Octal6301566614407141414426
Binary1100110110111011011011001000111001100001100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33006E; }

 p { color: rgb(51,0,110); }

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

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

 a { background-color: rgb(51,0,110); }

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

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

 span { border-color: rgb(51,0,110); }

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