#330090

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

Shades of Persian Indigo #330090

Tints of Persian Indigo #330090

Color information

#330090 (or 0x330090) is unknown color: approx Persian Indigo. HEX triplet: 33, 00 and 90. RGB value is (51,0,144). Sum of RGB (Red+Green+Blue) = 51+0+144=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 144 (56.64% from 255 or 73.85% from 195); Max value from RGB is 144 - color contains mainly: blue. Hex color #330090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330090 is #CCFF6F. Grayscale: #1F1F1F. Windows color (decimal): -13434736 or 9437235. OLE color: 9437235.

HSL color Cylindrical-coordinate representation of color #330090: hue angle of 261.25º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #330090 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB510144-
CMYK0.65100.44
HSL261.25º100%28.24%-
HSV(B)261.25º100%56.47%-
XYZ6.42.7226.57-
YUV31.66191.4141.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 144 (56.64% from 255) = 73.85%
R=26.15%
G=0%
B=73.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5101440.65100.44261.2510028.24
Hex33090416402C105641c
Octal63022010114405440514434
Binary110011010010000100000111001000101100100000101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330090; }

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

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

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

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

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

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

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

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