Html Css Color HEX #320799 Persian Indigo

📋 copy color: '#320799'

red 50 ◦ green 7 ◦ blue 153

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

Shades of Persian Indigo #320799

Tints of Persian Indigo #320799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 72.86%

R = 23.81%
G = 3.33%
B = 72.86%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#320799 (or 0x320799) is known color: Persian Indigo. HEX triplet: 32, 07 and 99. RGB value is (50,7,153). Sum of RGB (Red+Green+Blue) = 50+7+153=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 153 (60.16% from 255 or 72.86% from 210); Max value from RGB is 153 - color contains mainly: blue. Hex color #320799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320799 is #CDF866. Grayscale: #232323. Windows color (decimal): -13498471 or 10028850. OLE color: 10028850.

HSL color Cylindrical-coordinate representation of color #320799: hue angle of 257.67º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320799 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 7 153 -
CMYK 0.67 0.95 0 0.4
HSL 257.67º 0.91% 0.31% -
HSV(B) 257.67º 0.95% 0.6% -
XYZ 7.14 3.13 30.36 -
YUV 36.5 193.75 137.63 -
System Red Green Blue C M Y K H S L
Decimal 50 7 153 0.67 0.95 0 0.4 257.67 0.91 0.31
Hex 32 7 99 43 5F 0 28 102 5B 1F
Octal 62 7 231 103 137 0 50 402 133 37
Binary 110010 111 10011001 1000011 1011111 0 101000 100000010 1011011 11111

Color Harmonies of #320799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320799

Black with #320799

Text Example


Text Example

White with #320799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320799; }

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

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

background-color css

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

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

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

border-color css

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

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

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