Html Css Color HEX #321676 Persian Indigo

📋 copy color: '#321676'

red 50 ◦ green 22 ◦ blue 118

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

Shades of Persian Indigo #321676

Tints of Persian Indigo #321676

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.58%

 BLUE value IS 118 (46.48% from 255) = 62.11%

R = 26.32%
G = 11.58%
B = 62.11%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#321676 (or 0x321676) is known color: Persian Indigo. HEX triplet: 32, 16 and 76. RGB value is (50,22,118). Sum of RGB (Red+Green+Blue) = 50+22+118=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 118 (46.48% from 255 or 62.11% from 190); Max value from RGB is 118 - color contains mainly: blue. Hex color #321676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321676 is #CDE989. Grayscale: #282828. Windows color (decimal): -13494666 or 7738930. OLE color: 7738930.

HSL color Cylindrical-coordinate representation of color #321676: hue angle of 257.5º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #321676 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 22 118 -
CMYK 0.58 0.81 0 0.54
HSL 257.5º 0.69% 0.27% -
HSV(B) 257.5º 0.81% 0.46% -
XYZ 4.87 2.56 17.38 -
YUV 41.32 171.28 134.19 -
System Red Green Blue C M Y K H S L
Decimal 50 22 118 0.58 0.81 0 0.54 257.5 0.69 0.27
Hex 32 16 76 3A 51 0 36 102 45 1B
Octal 62 26 166 72 121 0 66 402 105 33
Binary 110010 10110 1110110 111010 1010001 0 110110 100000010 1000101 11011

Color Harmonies of #321676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321676

Black with #321676

Text Example


Text Example

White with #321676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321676; }

 p { color: rgb(50,22,118); }

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

background-color css

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

 a { background-color: rgb(50,22,118); }

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

border-color css

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

 span { border-color: rgb(50,22,118); }

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