Html Css Color HEX #321195 Persian Indigo

📋 copy color: '#321195'

red 50 ◦ green 17 ◦ blue 149

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

Shades of Persian Indigo #321195

Tints of Persian Indigo #321195

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.87%

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

R = 23.15%
G = 7.87%
B = 68.98%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#321195 (or 0x321195) is known color: Persian Indigo. HEX triplet: 32, 11 and 95. RGB value is (50,17,149). Sum of RGB (Red+Green+Blue) = 50+17+149=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 149 (58.59% from 255 or 68.98% from 216); Max value from RGB is 149 - color contains mainly: blue. Hex color #321195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321195 is #CDEE6A. Grayscale: #292929. Windows color (decimal): -13495915 or 9769266. OLE color: 9769266.

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

Color convert

RGB 50 17 149 -
CMYK 0.66 0.89 0 0.42
HSL 255º 0.8% 0.33% -
HSV(B) 255º 0.89% 0.58% -
XYZ 6.94 3.25 28.7 -
YUV 41.92 188.43 133.77 -
System Red Green Blue C M Y K H S L
Decimal 50 17 149 0.66 0.89 0 0.42 255 0.8 0.33
Hex 32 11 95 42 59 0 2A FF 50 21
Octal 62 21 225 102 131 0 52 377 120 41
Binary 110010 10001 10010101 1000010 1011001 0 101010 11111111 1010000 100001

Color Harmonies of #321195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321195

Black with #321195

Text Example


Text Example

White with #321195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321195; }

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

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

background-color css

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

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

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

border-color css

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

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

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