Html Css Color HEX #320768 Persian Indigo

📋 copy color: '#320768'

red 50 ◦ green 7 ◦ blue 104

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

Shades of Persian Indigo #320768

Tints of Persian Indigo #320768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 64.6%

R = 31.06%
G = 4.35%
B = 64.6%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#320768 (or 0x320768) is known color: Persian Indigo. HEX triplet: 32, 07 and 68. RGB value is (50,7,104). Sum of RGB (Red+Green+Blue) = 50+7+104=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 104 (41.02% from 255 or 64.60% from 161); Max value from RGB is 104 - color contains mainly: blue. Hex color #320768 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320768 is #CDF897. Grayscale: #1E1E1E. Windows color (decimal): -13498520 or 6817586. OLE color: 6817586.

HSL color Cylindrical-coordinate representation of color #320768: hue angle of 266.6º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #320768 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 7 104 -
CMYK 0.52 0.93 0 0.59
HSL 266.6º 0.87% 0.22% -
HSV(B) 266.6º 0.93% 0.41% -
XYZ 3.89 1.83 13.24 -
YUV 30.92 169.25 141.61 -
System Red Green Blue C M Y K H S L
Decimal 50 7 104 0.52 0.93 0 0.59 266.6 0.87 0.22
Hex 32 7 68 34 5D 0 3B 10B 57 16
Octal 62 7 150 64 135 0 73 413 127 26
Binary 110010 111 1101000 110100 1011101 0 111011 100001011 1010111 10110

Color Harmonies of #320768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320768

Black with #320768

Text Example


Text Example

White with #320768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320768; }

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

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

background-color css

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

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

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

border-color css

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

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

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