Html Css Color HEX #320775 Persian Indigo

📋 copy color: '#320775'

red 50 ◦ green 7 ◦ blue 117

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

Shades of Persian Indigo #320775

Tints of Persian Indigo #320775

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.02%

 BLUE value IS 117 (46.09% from 255) = 67.24%

R = 28.74%
G = 4.02%
B = 67.24%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#320775 (or 0x320775) is known color: Persian Indigo. HEX triplet: 32, 07 and 75. RGB value is (50,7,117). Sum of RGB (Red+Green+Blue) = 50+7+117=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 117 (46.09% from 255 or 67.24% from 174); Max value from RGB is 117 - color contains mainly: blue. Hex color #320775 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320775 is #CDF88A. Grayscale: #202020. Windows color (decimal): -13498507 or 7669554. OLE color: 7669554.

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

Color convert

RGB 50 7 117 -
CMYK 0.57 0.94 0 0.54
HSL 263.45º 0.89% 0.24% -
HSV(B) 263.45º 0.94% 0.46% -
XYZ 4.6 2.11 17 -
YUV 32.4 175.75 140.56 -
System Red Green Blue C M Y K H S L
Decimal 50 7 117 0.57 0.94 0 0.54 263.45 0.89 0.24
Hex 32 7 75 39 5E 0 36 107 59 18
Octal 62 7 165 71 136 0 66 407 131 30
Binary 110010 111 1110101 111001 1011110 0 110110 100000111 1011001 11000

Color Harmonies of #320775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320775

Black with #320775

Text Example


Text Example

White with #320775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320775; }

 p { color: rgb(50,7,117); }

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

background-color css

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

 a { background-color: rgb(50,7,117); }

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

border-color css

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

 span { border-color: rgb(50,7,117); }

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