Html Css Color HEX #320790 Persian Indigo

📋 copy color: '#320790'

red 50 ◦ green 7 ◦ blue 144

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

Shades of Persian Indigo #320790

Tints of Persian Indigo #320790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 71.64%

R = 24.88%
G = 3.48%
B = 71.64%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#320790 (or 0x320790) is known color: Persian Indigo. HEX triplet: 32, 07 and 90. RGB value is (50,7,144). Sum of RGB (Red+Green+Blue) = 50+7+144=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 144 (56.64% from 255 or 71.64% from 201); Max value from RGB is 144 - color contains mainly: blue. Hex color #320790 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320790 is #CDF86F. Grayscale: #222222. Windows color (decimal): -13498480 or 9439026. OLE color: 9439026.

HSL color Cylindrical-coordinate representation of color #320790: hue angle of 258.83º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320790 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 7 144 -
CMYK 0.65 0.95 0 0.44
HSL 258.83º 0.91% 0.3% -
HSV(B) 258.83º 0.95% 0.56% -
XYZ 6.43 2.84 26.6 -
YUV 35.48 189.25 138.36 -
System Red Green Blue C M Y K H S L
Decimal 50 7 144 0.65 0.95 0 0.44 258.83 0.91 0.3
Hex 32 7 90 41 5F 0 2C 103 5B 1E
Octal 62 7 220 101 137 0 54 403 133 36
Binary 110010 111 10010000 1000001 1011111 0 101100 100000011 1011011 11110

Color Harmonies of #320790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320790

Black with #320790

Text Example


Text Example

White with #320790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320790; }

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

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

background-color css

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

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

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

border-color css

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

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

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