Html Css Color HEX #322484 Persian Indigo

📋 copy color: '#322484'

red 50 ◦ green 36 ◦ blue 132

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

Shades of Persian Indigo #322484

Tints of Persian Indigo #322484

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.51%

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

R = 22.94%
G = 16.51%
B = 60.55%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#322484 (or 0x322484) is known color: Persian Indigo. HEX triplet: 32, 24 and 84. RGB value is (50,36,132). Sum of RGB (Red+Green+Blue) = 50+36+132=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 132 (51.95% from 255 or 60.55% from 218); Max value from RGB is 132 - color contains mainly: blue. Hex color #322484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322484 is #CDDB7B. Grayscale: #323232. Windows color (decimal): -13491068 or 8660018. OLE color: 8660018.

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

Color convert

RGB 50 36 132 -
CMYK 0.62 0.73 0 0.48
HSL 248.75º 0.57% 0.33% -
HSV(B) 248.75º 0.73% 0.52% -
XYZ 6.11 3.61 22.2 -
YUV 51.13 173.64 127.19 -
System Red Green Blue C M Y K H S L
Decimal 50 36 132 0.62 0.73 0 0.48 248.75 0.57 0.33
Hex 32 24 84 3E 49 0 30 F9 39 21
Octal 62 44 204 76 111 0 60 371 71 41
Binary 110010 100100 10000100 111110 1001001 0 110000 11111001 111001 100001

Color Harmonies of #322484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322484

Black with #322484

Text Example


Text Example

White with #322484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322484; }

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

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

background-color css

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

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

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

border-color css

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

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

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