#330176

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

Shades of Persian Indigo #330176

Tints of Persian Indigo #330176

Color information

#330176 (or 0x330176) is unknown color: approx Persian Indigo. HEX triplet: 33, 01 and 76. RGB value is (51,1,118). Sum of RGB (Red+Green+Blue) = 51+1+118=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 118 (46.48% from 255 or 69.41% from 170); Max value from RGB is 118 - color contains mainly: blue. Hex color #330176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330176 is #CCFE89. Grayscale: #1C1C1C. Windows color (decimal): -13434506 or 7733555. OLE color: 7733555.

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

Color convert

RGB511118-
CMYK0.570.9900.54
HSL265.64º98.32%23.33%-
HSV(B)265.64º99.15%46.27%-
XYZ4.652.0317.29-
YUV29.29178.06143.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 118 (46.48% from 255) = 69.41%
R=30%
G=0.59%
B=69.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5111180.570.9900.54265.6498.3223.33
Hex33176396303610a6217
Octal6311667114306641214227
Binary1100111111011011100111000110110110100001010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330176; }

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

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

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

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

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

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

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

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