Html Css Color HEX #320091 Persian Indigo

📋 copy color: '#320091'

red 50 ◦ green 0 ◦ blue 145

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

Shades of Persian Indigo #320091

Tints of Persian Indigo #320091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 145 (57.03% from 255) = 74.36%

R = 25.64%
G = 0%
B = 74.36%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#320091 (or 0x320091) is known color: Persian Indigo. HEX triplet: 32, 00 and 91. RGB value is (50,0,145). Sum of RGB (Red+Green+Blue) = 50+0+145=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 145 (57.03% from 255 or 74.36% from 195); Max value from RGB is 145 - color contains mainly: blue. Hex color #320091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320091 is #CDFF6E. Grayscale: #1E1E1E. Windows color (decimal): -13500271 or 9502770. OLE color: 9502770.

HSL color Cylindrical-coordinate representation of color #320091: hue angle of 260.69º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320091 is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 0 145 -
CMYK 0.66 1 0 0.43
HSL 260.69º 1% 0.28% -
HSV(B) 260.69º 1% 0.57% -
XYZ 6.43 2.72 26.97 -
YUV 31.48 192.07 141.21 -
System Red Green Blue C M Y K H S L
Decimal 50 0 145 0.66 1 0 0.43 260.69 1 0.28
Hex 32 0 91 42 64 0 2B 105 64 1C
Octal 62 0 221 102 144 0 53 405 144 34
Binary 110010 0 10010001 1000010 1100100 0 101011 100000101 1100100 11100

Color Harmonies of #320091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320091

Black with #320091

Text Example


Text Example

White with #320091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320091; }

 p { color: rgb(50,0,145); }

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

background-color css

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

 a { background-color: rgb(50,0,145); }

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

border-color css

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

 span { border-color: rgb(50,0,145); }

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