Html Css Color HEX #320795 Persian Indigo

📋 copy color: '#320795'

red 50 ◦ green 7 ◦ blue 149

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

Shades of Persian Indigo #320795

Tints of Persian Indigo #320795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 72.33%

R = 24.27%
G = 3.4%
B = 72.33%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#320795 (or 0x320795) is known color: Persian Indigo. HEX triplet: 32, 07 and 95. RGB value is (50,7,149). Sum of RGB (Red+Green+Blue) = 50+7+149=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 149 (58.59% from 255 or 72.33% from 206); Max value from RGB is 149 - color contains mainly: blue. Hex color #320795 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320795 is #CDF86A. Grayscale: #232323. Windows color (decimal): -13498475 or 9766706. OLE color: 9766706.

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

Color convert

RGB 50 7 149 -
CMYK 0.66 0.95 0 0.42
HSL 258.17º 0.91% 0.31% -
HSV(B) 258.17º 0.95% 0.58% -
XYZ 6.82 3 28.65 -
YUV 36.05 191.75 137.95 -
System Red Green Blue C M Y K H S L
Decimal 50 7 149 0.66 0.95 0 0.42 258.17 0.91 0.31
Hex 32 7 95 42 5F 0 2A 102 5B 1F
Octal 62 7 225 102 137 0 52 402 133 37
Binary 110010 111 10010101 1000010 1011111 0 101010 100000010 1011011 11111

Color Harmonies of #320795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320795

Black with #320795

Text Example


Text Example

White with #320795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320795; }

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

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

background-color css

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

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

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

border-color css

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

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

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