#330280

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

Shades of Persian Indigo #330280

Tints of Persian Indigo #330280

Color information

#330280 (or 0x330280) is unknown color: approx Persian Indigo. HEX triplet: 33, 02 and 80. RGB value is (51,2,128). Sum of RGB (Red+Green+Blue) = 51+2+128=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 128 (50.39% from 255 or 70.72% from 181); Max value from RGB is 128 - color contains mainly: blue. Hex color #330280 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330280 is #CCFD7F. Grayscale: #1E1E1E. Windows color (decimal): -13434240 or 8389171. OLE color: 8389171.

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

Color convert

RGB512128-
CMYK0.600.9800.50
HSL263.33º96.92%25.49%-
HSV(B)263.33º98.44%50.2%-
XYZ5.282.3120.59-
YUV31.02182.73142.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.18%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 128 (50.39% from 255) = 70.72%
R=28.18%
G=1.10%
B=70.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5121280.600.9800.50263.3396.9225.49
Hex332803C620321076119
Octal6322007414206240714131
Binary110011101000000011110011000100110010100000111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330280; }

 p { color: rgb(51,2,128); }

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

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

 a { background-color: rgb(51,2,128); }

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

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

 span { border-color: rgb(51,2,128); }

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