Html Css Color HEX #321877 Persian Indigo

📋 copy color: '#321877'

red 50 ◦ green 24 ◦ blue 119

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

Shades of Persian Indigo #321877

Tints of Persian Indigo #321877

RGB

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

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

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

R = 25.91%
G = 12.44%
B = 61.66%

CMYK

 C value IS 0.58

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#321877 (or 0x321877) is known color: Persian Indigo. HEX triplet: 32, 18 and 77. RGB value is (50,24,119). Sum of RGB (Red+Green+Blue) = 50+24+119=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 119 (46.88% from 255 or 61.66% from 193); Max value from RGB is 119 - color contains mainly: blue. Hex color #321877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321877 is #CDE788. Grayscale: #2A2A2A. Windows color (decimal): -13494153 or 7804978. OLE color: 7804978.

HSL color Cylindrical-coordinate representation of color #321877: hue angle of 256.42º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #321877 is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 24 119 -
CMYK 0.58 0.80 0 0.53
HSL 256.42º 0.66% 0.28% -
HSV(B) 256.42º 0.8% 0.47% -
XYZ 4.97 2.66 17.7 -
YUV 42.6 171.11 133.28 -
System Red Green Blue C M Y K H S L
Decimal 50 24 119 0.58 0.80 0 0.53 256.42 0.66 0.28
Hex 32 18 77 3A 50 0 35 100 42 1C
Octal 62 30 167 72 120 0 65 400 102 34
Binary 110010 11000 1110111 111010 1010000 0 110101 100000000 1000010 11100

Color Harmonies of #321877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321877

Black with #321877

Text Example


Text Example

White with #321877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321877; }

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

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

background-color css

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

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

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

border-color css

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

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

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