Html Css Color HEX #321192 Persian Indigo

📋 copy color: '#321192'

red 50 ◦ green 17 ◦ blue 146

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

Shades of Persian Indigo #321192

Tints of Persian Indigo #321192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 68.54%

R = 23.47%
G = 7.98%
B = 68.54%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#321192 (or 0x321192) is known color: Persian Indigo. HEX triplet: 32, 11 and 92. RGB value is (50,17,146). Sum of RGB (Red+Green+Blue) = 50+17+146=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 146 (57.42% from 255 or 68.54% from 213); Max value from RGB is 146 - color contains mainly: blue. Hex color #321192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321192 is #CDEE6D. Grayscale: #292929. Windows color (decimal): -13495918 or 9572658. OLE color: 9572658.

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

Color convert

RGB 50 17 146 -
CMYK 0.66 0.88 0 0.43
HSL 255.35º 0.79% 0.32% -
HSV(B) 255.35º 0.88% 0.57% -
XYZ 6.7 3.15 27.45 -
YUV 41.57 186.93 134.01 -
System Red Green Blue C M Y K H S L
Decimal 50 17 146 0.66 0.88 0 0.43 255.35 0.79 0.32
Hex 32 11 92 42 58 0 2B FF 4F 20
Octal 62 21 222 102 130 0 53 377 117 40
Binary 110010 10001 10010010 1000010 1011000 0 101011 11111111 1001111 100000

Color Harmonies of #321192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321192

Black with #321192

Text Example


Text Example

White with #321192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321192; }

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

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

background-color css

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

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

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

border-color css

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

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

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