#330181

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

Shades of Persian Indigo #330181

Tints of Persian Indigo #330181

Color information

#330181 (or 0x330181) is unknown color: approx Persian Indigo. HEX triplet: 33, 01 and 81. RGB value is (51,1,129). Sum of RGB (Red+Green+Blue) = 51+1+129=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 129 (50.78% from 255 or 71.27% from 181); Max value from RGB is 129 - color contains mainly: blue. Hex color #330181 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330181 is #CCFE7E. Grayscale: #1E1E1E. Windows color (decimal): -13434495 or 8454451. OLE color: 8454451.

HSL color Cylindrical-coordinate representation of color #330181: hue angle of 263.44º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #330181 is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB511129-
CMYK0.600.9900.49
HSL263.44º98.46%25.49%-
HSV(B)263.44º99.22%50.59%-
XYZ5.342.3120.93-
YUV30.54183.56142.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.18%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 129 (50.78% from 255) = 71.27%
R=28.18%
G=0.55%
B=71.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5111290.600.9900.49263.4498.4625.49
Hex331813C630311076219
Octal6312017414306140714231
Binary11001111000000111110011000110110001100000111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330181; }

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

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

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

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

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

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

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

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