Html Css Color HEX #321484 Persian Indigo

📋 copy color: '#321484'

red 50 ◦ green 20 ◦ blue 132

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

Shades of Persian Indigo #321484

Tints of Persian Indigo #321484

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.9%

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

R = 24.75%
G = 9.9%
B = 65.35%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#321484 (or 0x321484) is known color: Persian Indigo. HEX triplet: 32, 14 and 84. RGB value is (50,20,132). Sum of RGB (Red+Green+Blue) = 50+20+132=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 132 (51.95% from 255 or 65.35% from 202); Max value from RGB is 132 - color contains mainly: blue. Hex color #321484 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321484 is #CDEB7B. Grayscale: #292929. Windows color (decimal): -13495164 or 8655922. OLE color: 8655922.

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

Color convert

RGB 50 20 132 -
CMYK 0.62 0.85 0 0.48
HSL 256.07º 0.74% 0.3% -
HSV(B) 256.07º 0.85% 0.52% -
XYZ 5.73 2.84 22.08 -
YUV 41.74 178.94 133.89 -
System Red Green Blue C M Y K H S L
Decimal 50 20 132 0.62 0.85 0 0.48 256.07 0.74 0.3
Hex 32 14 84 3E 55 0 30 100 4A 1E
Octal 62 24 204 76 125 0 60 400 112 36
Binary 110010 10100 10000100 111110 1010101 0 110000 100000000 1001010 11110

Color Harmonies of #321484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321484

Black with #321484

Text Example


Text Example

White with #321484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321484; }

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

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

background-color css

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

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

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

border-color css

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

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

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