Html Css Color HEX #320690 Persian Indigo

📋 copy color: '#320690'

red 50 ◦ green 6 ◦ blue 144

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

Shades of Persian Indigo #320690

Tints of Persian Indigo #320690

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3%

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

R = 25%
G = 3%
B = 72%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#320690 (or 0x320690) is known color: Persian Indigo. HEX triplet: 32, 06 and 90. RGB value is (50,6,144). Sum of RGB (Red+Green+Blue) = 50+6+144=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 144 (56.64% from 255 or 72% from 200); Max value from RGB is 144 - color contains mainly: blue. Hex color #320690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320690 is #CDF96F. Grayscale: #222222. Windows color (decimal): -13498736 or 9438770. OLE color: 9438770.

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

Color convert

RGB 50 6 144 -
CMYK 0.65 0.96 0 0.44
HSL 259.13º 0.92% 0.29% -
HSV(B) 259.13º 0.96% 0.56% -
XYZ 6.41 2.82 26.59 -
YUV 34.89 189.58 138.78 -
System Red Green Blue C M Y K H S L
Decimal 50 6 144 0.65 0.96 0 0.44 259.13 0.92 0.29
Hex 32 6 90 41 60 0 2C 103 5C 1D
Octal 62 6 220 101 140 0 54 403 134 35
Binary 110010 110 10010000 1000001 1100000 0 101100 100000011 1011100 11101

Color Harmonies of #320690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320690

Black with #320690

Text Example


Text Example

White with #320690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320690; }

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

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

background-color css

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

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

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

border-color css

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

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

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