Html Css Color HEX #320876 Persian Indigo

📋 copy color: '#320876'

red 50 ◦ green 8 ◦ blue 118

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

Shades of Persian Indigo #320876

Tints of Persian Indigo #320876

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.55%

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

R = 28.41%
G = 4.55%
B = 67.05%

CMYK

 C value IS 0.58

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#320876 (or 0x320876) is known color: Persian Indigo. HEX triplet: 32, 08 and 76. RGB value is (50,8,118). Sum of RGB (Red+Green+Blue) = 50+8+118=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 118 (46.48% from 255 or 67.05% from 176); Max value from RGB is 118 - color contains mainly: blue. Hex color #320876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320876 is #CDF789. Grayscale: #202020. Windows color (decimal): -13498250 or 7735346. OLE color: 7735346.

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

Color convert

RGB 50 8 118 -
CMYK 0.58 0.93 0 0.54
HSL 262.91º 0.87% 0.25% -
HSV(B) 262.91º 0.93% 0.46% -
XYZ 4.67 2.16 17.31 -
YUV 33.1 175.91 140.06 -
System Red Green Blue C M Y K H S L
Decimal 50 8 118 0.58 0.93 0 0.54 262.91 0.87 0.25
Hex 32 8 76 3A 5D 0 36 107 57 19
Octal 62 10 166 72 135 0 66 407 127 31
Binary 110010 1000 1110110 111010 1011101 0 110110 100000111 1010111 11001

Color Harmonies of #320876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320876

Black with #320876

Text Example


Text Example

White with #320876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320876; }

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

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

background-color css

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

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

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

border-color css

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

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

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