Html Css Color HEX #320076 Persian Indigo

📋 copy color: '#320076'

red 50 ◦ green 0 ◦ blue 118

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

Shades of Persian Indigo #320076

Tints of Persian Indigo #320076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 29.76%
G = 0%
B = 70.24%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#320076 (or 0x320076) is known color: Persian Indigo. HEX triplet: 32, 00 and 76. RGB value is (50,0,118). Sum of RGB (Red+Green+Blue) = 50+0+118=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 118 (46.48% from 255 or 70.24% from 168); Max value from RGB is 118 - color contains mainly: blue. Hex color #320076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320076 is #CDFF89. Grayscale: #1B1B1B. Windows color (decimal): -13500298 or 7733298. OLE color: 7733298.

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

Color convert

RGB 50 0 118 -
CMYK 0.58 1 0 0.54
HSL 265.42º 1% 0.23% -
HSV(B) 265.42º 1% 0.46% -
XYZ 4.59 1.99 17.28 -
YUV 28.4 178.57 143.41 -
System Red Green Blue C M Y K H S L
Decimal 50 0 118 0.58 1 0 0.54 265.42 1 0.23
Hex 32 0 76 3A 64 0 36 109 64 17
Octal 62 0 166 72 144 0 66 411 144 27
Binary 110010 0 1110110 111010 1100100 0 110110 100001001 1100100 10111

Color Harmonies of #320076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320076

Black with #320076

Text Example


Text Example

White with #320076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320076; }

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

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

background-color css

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

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

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

border-color css

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

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

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