Html Css Color HEX #321599 Persian Indigo

📋 copy color: '#321599'

red 50 ◦ green 21 ◦ blue 153

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

Shades of Persian Indigo #321599

Tints of Persian Indigo #321599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.38%

 BLUE value IS 153 (60.16% from 255) = 68.3%

R = 22.32%
G = 9.38%
B = 68.3%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#321599 (or 0x321599) is known color: Persian Indigo. HEX triplet: 32, 15 and 99. RGB value is (50,21,153). Sum of RGB (Red+Green+Blue) = 50+21+153=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #321599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321599 is #CDEA66. Grayscale: #2C2C2C. Windows color (decimal): -13494887 or 10032434. OLE color: 10032434.

HSL color Cylindrical-coordinate representation of color #321599: hue angle of 253.18º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321599 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 21 153 -
CMYK 0.67 0.86 0 0.4
HSL 253.18º 0.76% 0.34% -
HSV(B) 253.18º 0.86% 0.6% -
XYZ 7.33 3.51 30.43 -
YUV 44.72 189.11 131.77 -
System Red Green Blue C M Y K H S L
Decimal 50 21 153 0.67 0.86 0 0.4 253.18 0.76 0.34
Hex 32 15 99 43 56 0 28 FD 4C 22
Octal 62 25 231 103 126 0 50 375 114 42
Binary 110010 10101 10011001 1000011 1010110 0 101000 11111101 1001100 100010

Color Harmonies of #321599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321599

Black with #321599

Text Example


Text Example

White with #321599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321599; }

 p { color: rgb(50,21,153); }

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

background-color css

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

 a { background-color: rgb(50,21,153); }

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

border-color css

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

 span { border-color: rgb(50,21,153); }

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