#321296

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

Shades of Persian Indigo #321296

Tints of Persian Indigo #321296

Color information

#321296 (or 0x321296) is unknown color: approx Persian Indigo. HEX triplet: 32, 12 and 96. RGB value is (50,18,150). Sum of RGB (Red+Green+Blue) = 50+18+150=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 150 (58.98% from 255 or 68.81% from 218); Max value from RGB is 150 - color contains mainly: blue. Hex color #321296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321296 is #CDED69. Grayscale: #2A2A2A. Windows color (decimal): -13495658 or 9835058. OLE color: 9835058.

HSL color Cylindrical-coordinate representation of color #321296: hue angle of 254.55º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321296 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5018150-
CMYK0.670.8800.41
HSL254.55º78.57%32.94%-
HSV(B)254.55º88%58.82%-
XYZ7.043.3129.12-
YUV42.62188.6133.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.94%
GREEN value IS 18 (7.42% from 255) = 8.26%
BLUE value IS 150 (58.98% from 255) = 68.81%
R=22.94%
G=8.26%
B=68.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50181500.670.8800.41254.5578.5732.94
Hex3212964358029ff4f21
Octal622222610313005137711741
Binary1100101001010010110100001110110000101001111111111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321296; }

 p { color: rgb(50,18,150); }

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

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

 a { background-color: rgb(50,18,150); }

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

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

 span { border-color: rgb(50,18,150); }

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