Html Css Color HEX #321276 Persian Indigo

📋 copy color: '#321276'

red 50 ◦ green 18 ◦ blue 118

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

Shades of Persian Indigo #321276

Tints of Persian Indigo #321276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

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

R = 26.88%
G = 9.68%
B = 63.44%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#321276 (or 0x321276) is known color: Persian Indigo. HEX triplet: 32, 12 and 76. RGB value is (50,18,118). Sum of RGB (Red+Green+Blue) = 50+18+118=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #321276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321276 is #CDED89. Grayscale: #262626. Windows color (decimal): -13495690 or 7737906. OLE color: 7737906.

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

Color convert

RGB 50 18 118 -
CMYK 0.58 0.85 0 0.54
HSL 259.2º 0.74% 0.27% -
HSV(B) 259.2º 0.85% 0.46% -
XYZ 4.8 2.42 17.35 -
YUV 38.97 172.6 135.87 -
System Red Green Blue C M Y K H S L
Decimal 50 18 118 0.58 0.85 0 0.54 259.2 0.74 0.27
Hex 32 12 76 3A 55 0 36 103 4A 1B
Octal 62 22 166 72 125 0 66 403 112 33
Binary 110010 10010 1110110 111010 1010101 0 110110 100000011 1001010 11011

Color Harmonies of #321276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321276

Black with #321276

Text Example


Text Example

White with #321276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321276; }

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

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

background-color css

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

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

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

border-color css

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

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

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