Html Css Color HEX #321884 Persian Indigo

📋 copy color: '#321884'

red 50 ◦ green 24 ◦ blue 132

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

Shades of Persian Indigo #321884

Tints of Persian Indigo #321884

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.65%

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

R = 24.27%
G = 11.65%
B = 64.08%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#321884 (or 0x321884) is known color: Persian Indigo. HEX triplet: 32, 18 and 84. RGB value is (50,24,132). Sum of RGB (Red+Green+Blue) = 50+24+132=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 132 (51.95% from 255 or 64.08% from 206); Max value from RGB is 132 - color contains mainly: blue. Hex color #321884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321884 is #CDE77B. Grayscale: #2B2B2B. Windows color (decimal): -13494140 or 8656946. OLE color: 8656946.

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

Color convert

RGB 50 24 132 -
CMYK 0.62 0.82 0 0.48
HSL 254.44º 0.69% 0.31% -
HSV(B) 254.44º 0.82% 0.52% -
XYZ 5.81 3 22.1 -
YUV 44.09 177.61 132.22 -
System Red Green Blue C M Y K H S L
Decimal 50 24 132 0.62 0.82 0 0.48 254.44 0.69 0.31
Hex 32 18 84 3E 52 0 30 FE 45 1F
Octal 62 30 204 76 122 0 60 376 105 37
Binary 110010 11000 10000100 111110 1010010 0 110000 11111110 1000101 11111

Color Harmonies of #321884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321884

Black with #321884

Text Example


Text Example

White with #321884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321884; }

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

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

background-color css

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

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

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

border-color css

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

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

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