Html Css Color HEX #321577 Persian Indigo

📋 copy color: '#321577'

red 50 ◦ green 21 ◦ blue 119

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

Shades of Persian Indigo #321577

Tints of Persian Indigo #321577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 62.63%

R = 26.32%
G = 11.05%
B = 62.63%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#321577 (or 0x321577) is known color: Persian Indigo. HEX triplet: 32, 15 and 77. RGB value is (50,21,119). Sum of RGB (Red+Green+Blue) = 50+21+119=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 119 (46.88% from 255 or 62.63% from 190); Max value from RGB is 119 - color contains mainly: blue. Hex color #321577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321577 is #CDEA88. Grayscale: #282828. Windows color (decimal): -13494921 or 7804210. OLE color: 7804210.

HSL color Cylindrical-coordinate representation of color #321577: hue angle of 257.76º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #321577 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 21 119 -
CMYK 0.58 0.82 0 0.53
HSL 257.76º 0.7% 0.27% -
HSV(B) 257.76º 0.82% 0.47% -
XYZ 4.91 2.55 17.69 -
YUV 40.84 172.11 134.53 -
System Red Green Blue C M Y K H S L
Decimal 50 21 119 0.58 0.82 0 0.53 257.76 0.7 0.27
Hex 32 15 77 3A 52 0 35 102 46 1B
Octal 62 25 167 72 122 0 65 402 106 33
Binary 110010 10101 1110111 111010 1010010 0 110101 100000010 1000110 11011

Color Harmonies of #321577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321577

Black with #321577

Text Example


Text Example

White with #321577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321577; }

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

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

background-color css

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

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

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

border-color css

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

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

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