Html Css Color HEX #320576 Persian Indigo

📋 copy color: '#320576'

red 50 ◦ green 5 ◦ blue 118

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

Shades of Persian Indigo #320576

Tints of Persian Indigo #320576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.89%

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

R = 28.9%
G = 2.89%
B = 68.21%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#320576 (or 0x320576) is known color: Persian Indigo. HEX triplet: 32, 05 and 76. RGB value is (50,5,118). Sum of RGB (Red+Green+Blue) = 50+5+118=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 118 (46.48% from 255 or 68.21% from 173); Max value from RGB is 118 - color contains mainly: blue. Hex color #320576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320576 is #CDFA89. Grayscale: #1E1E1E. Windows color (decimal): -13499018 or 7734578. OLE color: 7734578.

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

Color convert

RGB 50 5 118 -
CMYK 0.58 0.96 0 0.54
HSL 263.89º 0.92% 0.24% -
HSV(B) 263.89º 0.96% 0.46% -
XYZ 4.64 2.09 17.3 -
YUV 31.34 176.91 141.31 -
System Red Green Blue C M Y K H S L
Decimal 50 5 118 0.58 0.96 0 0.54 263.89 0.92 0.24
Hex 32 5 76 3A 60 0 36 108 5C 18
Octal 62 5 166 72 140 0 66 410 134 30
Binary 110010 101 1110110 111010 1100000 0 110110 100001000 1011100 11000

Color Harmonies of #320576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320576

Black with #320576

Text Example


Text Example

White with #320576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320576; }

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

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

background-color css

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

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

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

border-color css

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

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

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