#330292

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

Shades of Persian Indigo #330292

Tints of Persian Indigo #330292

Color information

#330292 (or 0x330292) is unknown color: approx Persian Indigo. HEX triplet: 33, 02 and 92. RGB value is (51,2,146). Sum of RGB (Red+Green+Blue) = 51+2+146=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 146 (57.42% from 255 or 73.37% from 199); Max value from RGB is 146 - color contains mainly: blue. Hex color #330292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330292 is #CCFD6D. Grayscale: #202020. Windows color (decimal): -13434222 or 9568819. OLE color: 9568819.

HSL color Cylindrical-coordinate representation of color #330292: hue angle of 260.42º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #330292 is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB512146-
CMYK0.650.9900.43
HSL260.42º97.3%29.02%-
HSV(B)260.42º98.63%57.25%-
XYZ6.582.8227.39-
YUV33.07191.73140.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.63%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 146 (57.42% from 255) = 73.37%
R=25.63%
G=1.01%
B=73.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5121460.650.9900.43260.4297.329.02
Hex33292416302B104611d
Octal63222210114305340414135
Binary1100111010010010100000111000110101011100000100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330292; }

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

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

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

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

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

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

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

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