#330172

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

Shades of Persian Indigo #330172

Tints of Persian Indigo #330172

Color information

#330172 (or 0x330172) is unknown color: approx Persian Indigo. HEX triplet: 33, 01 and 72. RGB value is (51,1,114). Sum of RGB (Red+Green+Blue) = 51+1+114=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 114 (44.92% from 255 or 68.67% from 166); Max value from RGB is 114 - color contains mainly: blue. Hex color #330172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330172 is #CCFE8D. Grayscale: #1C1C1C. Windows color (decimal): -13434510 or 7471411. OLE color: 7471411.

HSL color Cylindrical-coordinate representation of color #330172: hue angle of 266.55º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #330172 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB511114-
CMYK0.550.9900.55
HSL266.55º98.26%22.55%-
HSV(B)266.55º99.12%44.71%-
XYZ4.411.9416.06-
YUV28.83176.06143.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.72%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 114 (44.92% from 255) = 68.67%
R=30.72%
G=0.60%
B=68.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5111140.550.9900.55266.5598.2622.55
Hex33172376303710b6217
Octal6311626714306741314227
Binary1100111111001011011111000110110111100001011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330172; }

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

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

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

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

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

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

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

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