Html Css Color HEX #320676 Persian Indigo

📋 copy color: '#320676'

red 50 ◦ green 6 ◦ blue 118

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

Shades of Persian Indigo #320676

Tints of Persian Indigo #320676

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.45%

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

R = 28.74%
G = 3.45%
B = 67.82%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#320676 (or 0x320676) is known color: Persian Indigo. HEX triplet: 32, 06 and 76. RGB value is (50,6,118). Sum of RGB (Red+Green+Blue) = 50+6+118=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 118 (46.48% from 255 or 67.82% from 174); Max value from RGB is 118 - color contains mainly: blue. Hex color #320676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320676 is #CDF989. Grayscale: #1F1F1F. Windows color (decimal): -13498762 or 7734834. OLE color: 7734834.

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

Color convert

RGB 50 6 118 -
CMYK 0.58 0.95 0 0.54
HSL 263.57º 0.9% 0.24% -
HSV(B) 263.57º 0.95% 0.46% -
XYZ 4.65 2.12 17.3 -
YUV 31.92 176.58 140.89 -
System Red Green Blue C M Y K H S L
Decimal 50 6 118 0.58 0.95 0 0.54 263.57 0.9 0.24
Hex 32 6 76 3A 5F 0 36 108 5A 18
Octal 62 6 166 72 137 0 66 410 132 30
Binary 110010 110 1110110 111010 1011111 0 110110 100001000 1011010 11000

Color Harmonies of #320676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320676

Black with #320676

Text Example


Text Example

White with #320676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320676; }

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

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

background-color css

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

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

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

border-color css

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

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

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