Html Css Color HEX #321284 Persian Indigo

📋 copy color: '#321284'

red 50 ◦ green 18 ◦ blue 132

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

Shades of Persian Indigo #321284

Tints of Persian Indigo #321284

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9%

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

R = 25%
G = 9%
B = 66%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#321284 (or 0x321284) is known color: Persian Indigo. HEX triplet: 32, 12 and 84. RGB value is (50,18,132). Sum of RGB (Red+Green+Blue) = 50+18+132=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 132 (51.95% from 255 or 66% from 200); Max value from RGB is 132 - color contains mainly: blue. Hex color #321284 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321284 is #CDED7B. Grayscale: #282828. Windows color (decimal): -13495676 or 8655410. OLE color: 8655410.

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

Color convert

RGB 50 18 132 -
CMYK 0.62 0.86 0 0.48
HSL 256.84º 0.76% 0.29% -
HSV(B) 256.84º 0.86% 0.52% -
XYZ 5.7 2.78 22.07 -
YUV 40.56 179.6 134.73 -
System Red Green Blue C M Y K H S L
Decimal 50 18 132 0.62 0.86 0 0.48 256.84 0.76 0.29
Hex 32 12 84 3E 56 0 30 101 4C 1D
Octal 62 22 204 76 126 0 60 401 114 35
Binary 110010 10010 10000100 111110 1010110 0 110000 100000001 1001100 11101

Color Harmonies of #321284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321284

Black with #321284

Text Example


Text Example

White with #321284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321284; }

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

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

background-color css

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

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

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

border-color css

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

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

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