Html Css Color HEX #322284 Persian Indigo

📋 copy color: '#322284'

red 50 ◦ green 34 ◦ blue 132

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

Shades of Persian Indigo #322284

Tints of Persian Indigo #322284

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.74%

 BLUE value IS 132 (51.95% from 255) = 61.11%

R = 23.15%
G = 15.74%
B = 61.11%

CMYK

 C value IS 0.62

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#322284 (or 0x322284) is known color: Persian Indigo. HEX triplet: 32, 22 and 84. RGB value is (50,34,132). Sum of RGB (Red+Green+Blue) = 50+34+132=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 132 (51.95% from 255 or 61.11% from 216); Max value from RGB is 132 - color contains mainly: blue. Hex color #322284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322284 is #CDDD7B. Grayscale: #313131. Windows color (decimal): -13491580 or 8659506. OLE color: 8659506.

HSL color Cylindrical-coordinate representation of color #322284: hue angle of 249.8º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #322284 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 34 132 -
CMYK 0.62 0.74 0 0.48
HSL 249.8º 0.59% 0.33% -
HSV(B) 249.8º 0.74% 0.52% -
XYZ 6.05 3.49 22.18 -
YUV 49.96 174.3 128.03 -
System Red Green Blue C M Y K H S L
Decimal 50 34 132 0.62 0.74 0 0.48 249.8 0.59 0.33
Hex 32 22 84 3E 4A 0 30 FA 3B 21
Octal 62 42 204 76 112 0 60 372 73 41
Binary 110010 100010 10000100 111110 1001010 0 110000 11111010 111011 100001

Color Harmonies of #322284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322284

Black with #322284

Text Example


Text Example

White with #322284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322284; }

 p { color: rgb(50,34,132); }

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

background-color css

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

 a { background-color: rgb(50,34,132); }

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

border-color css

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

 span { border-color: rgb(50,34,132); }

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