Html Css Color HEX #321091 Persian Indigo

📋 copy color: '#321091'

red 50 ◦ green 16 ◦ blue 145

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

Shades of Persian Indigo #321091

Tints of Persian Indigo #321091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.58%

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

R = 23.7%
G = 7.58%
B = 68.72%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#321091 (or 0x321091) is known color: Persian Indigo. HEX triplet: 32, 10 and 91. RGB value is (50,16,145). Sum of RGB (Red+Green+Blue) = 50+16+145=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 145 (57.03% from 255 or 68.72% from 211); Max value from RGB is 145 - color contains mainly: blue. Hex color #321091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321091 is #CDEF6E. Grayscale: #282828. Windows color (decimal): -13496175 or 9506866. OLE color: 9506866.

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

Color convert

RGB 50 16 145 -
CMYK 0.66 0.89 0 0.43
HSL 255.81º 0.8% 0.32% -
HSV(B) 255.81º 0.89% 0.57% -
XYZ 6.61 3.09 27.04 -
YUV 40.87 186.76 134.51 -
System Red Green Blue C M Y K H S L
Decimal 50 16 145 0.66 0.89 0 0.43 255.81 0.8 0.32
Hex 32 10 91 42 59 0 2B 100 50 20
Octal 62 20 221 102 131 0 53 400 120 40
Binary 110010 10000 10010001 1000010 1011001 0 101011 100000000 1010000 100000

Color Harmonies of #321091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321091

Black with #321091

Text Example


Text Example

White with #321091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321091; }

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

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

background-color css

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

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

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

border-color css

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

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

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