#33016E

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

Shades of Persian Indigo #33016E

Tints of Persian Indigo #33016E

Color information

#33016E (or 0x33016E) is unknown color: approx Persian Indigo. HEX triplet: 33, 01 and 6E. RGB value is (51,1,110). Sum of RGB (Red+Green+Blue) = 51+1+110=162 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.48% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 110 (43.36% from 255 or 67.90% from 162); Max value from RGB is 110 - color contains mainly: blue. Hex color #33016E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33016E is #CCFE91. Grayscale: #1B1B1B. Windows color (decimal): -13434514 or 7209267. OLE color: 7209267.

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

Color convert

RGB511110-
CMYK0.540.9900.57
HSL267.52º98.2%21.76%-
HSV(B)267.52º99.09%43.14%-
XYZ4.191.8514.89-
YUV28.38174.06144.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.48%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 110 (43.36% from 255) = 67.90%
R=31.48%
G=0.62%
B=67.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5111100.540.9900.57267.5298.221.76
Hex3316E366303910c6216
Octal6311566614307141414226
Binary1100111110111011011011000110111001100001100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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