#322094

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

Shades of Persian Indigo #322094

Tints of Persian Indigo #322094

Color information

#322094 (or 0x322094) is unknown color: approx Persian Indigo. HEX triplet: 32, 20 and 94. RGB value is (50,32,148). Sum of RGB (Red+Green+Blue) = 50+32+148=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 148 (58.20% from 255 or 64.35% from 230); Max value from RGB is 148 - color contains mainly: blue. Hex color #322094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322094 is #CDDF6B. Grayscale: #323232. Windows color (decimal): -13492076 or 9707570. OLE color: 9707570.

HSL color Cylindrical-coordinate representation of color #322094: hue angle of 249.31º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #322094 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5032148-
CMYK0.660.7800.42
HSL249.31º64.44%35.29%-
HSV(B)249.31º78.38%58.04%-
XYZ7.183.8528.38-
YUV50.61182.96127.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.74%
GREEN value IS 32 (12.89% from 255) = 13.91%
BLUE value IS 148 (58.20% from 255) = 64.35%
R=21.74%
G=13.91%
B=64.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50321480.660.7800.42249.3164.4435.29
Hex322094424E02Af94023
Octal624022410211605237110043
Binary11001010000010010100100001010011100101010111110011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322094; }

 p { color: rgb(50,32,148); }

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

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

 a { background-color: rgb(50,32,148); }

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

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

 span { border-color: rgb(50,32,148); }

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