Html Css Color HEX #321880 Persian Indigo

📋 copy color: '#321880'

red 50 ◦ green 24 ◦ blue 128

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

Shades of Persian Indigo #321880

Tints of Persian Indigo #321880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 63.37%

R = 24.75%
G = 11.88%
B = 63.37%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#321880 (or 0x321880) is known color: Persian Indigo. HEX triplet: 32, 18 and 80. RGB value is (50,24,128). Sum of RGB (Red+Green+Blue) = 50+24+128=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 128 (50.39% from 255 or 63.37% from 202); Max value from RGB is 128 - color contains mainly: blue. Hex color #321880 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321880 is #CDE77F. Grayscale: #2B2B2B. Windows color (decimal): -13494144 or 8394802. OLE color: 8394802.

HSL color Cylindrical-coordinate representation of color #321880: hue angle of 255º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #321880 is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 24 128 -
CMYK 0.61 0.81 0 0.50
HSL 255º 0.68% 0.3% -
HSV(B) 255º 0.81% 0.5% -
XYZ 5.54 2.89 20.69 -
YUV 43.63 175.61 132.54 -
System Red Green Blue C M Y K H S L
Decimal 50 24 128 0.61 0.81 0 0.50 255 0.68 0.3
Hex 32 18 80 3D 51 0 32 FF 44 1E
Octal 62 30 200 75 121 0 62 377 104 36
Binary 110010 11000 10000000 111101 1010001 0 110010 11111111 1000100 11110

Color Harmonies of #321880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321880

Black with #321880

Text Example


Text Example

White with #321880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321880; }

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

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

background-color css

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

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

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

border-color css

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

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

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