Html Css Color HEX #322086 Persian Indigo

📋 copy color: '#322086'

red 50 ◦ green 32 ◦ blue 134

#322086
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #322086

Tints of Persian Indigo #322086

RGB

 RED value IS 50 (19.92% from 255) = 23.15%

 GREEN value IS 32 (12.89% from 255) = 14.81%

 BLUE value IS 134 (52.73% from 255) = 62.04%

R = 23.15%
G = 14.81%
B = 62.04%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#322086 (or 0x322086) is known color: Persian Indigo. HEX triplet: 32, 20 and 86. RGB value is (50,32,134). Sum of RGB (Red+Green+Blue) = 50+32+134=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 134 (52.73% from 255 or 62.04% from 216); Max value from RGB is 134 - color contains mainly: blue. Hex color #322086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322086 is #CDDF79. Grayscale: #303030. Windows color (decimal): -13492090 or 8790066. OLE color: 8790066.

HSL color Cylindrical-coordinate representation of color #322086: hue angle of 250.59º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #322086 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 32 134 -
CMYK 0.63 0.76 0 0.47
HSL 250.59º 0.61% 0.33% -
HSV(B) 250.59º 0.76% 0.53% -
XYZ 6.13 3.43 22.89 -
YUV 49.01 175.96 128.71 -
System Red Green Blue C M Y K H S L
Decimal 50 32 134 0.63 0.76 0 0.47 250.59 0.61 0.33
Hex 32 20 86 3F 4C 0 2F FB 3D 21
Octal 62 40 206 77 114 0 57 373 75 41
Binary 110010 100000 10000110 111111 1001100 0 101111 11111011 111101 100001

Color Harmonies of #322086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322086

Black with #322086

Text Example


Text Example

White with #322086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322086; }

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

 H1.HeaderClassName
 {
   color: #322086;
 }
 .AnyTagClassName
 {
   color: #322086;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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