Html Css Color HEX #321095 Persian Indigo

📋 copy color: '#321095'

red 50 ◦ green 16 ◦ blue 149

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

Shades of Persian Indigo #321095

Tints of Persian Indigo #321095

RGB

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

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

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

R = 23.26%
G = 7.44%
B = 69.3%

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

#321095 (or 0x321095) is known color: Persian Indigo. HEX triplet: 32, 10 and 95. RGB value is (50,16,149). Sum of RGB (Red+Green+Blue) = 50+16+149=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 149 (58.59% from 255 or 69.30% from 215); Max value from RGB is 149 - color contains mainly: blue. Hex color #321095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321095 is #CDEF6A. Grayscale: #282828. Windows color (decimal): -13496171 or 9769010. OLE color: 9769010.

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

Color convert

RGB 50 16 149 -
CMYK 0.66 0.89 0 0.42
HSL 255.34º 0.81% 0.32% -
HSV(B) 255.34º 0.89% 0.58% -
XYZ 6.93 3.22 28.69 -
YUV 41.33 188.76 134.19 -
System Red Green Blue C M Y K H S L
Decimal 50 16 149 0.66 0.89 0 0.42 255.34 0.81 0.32
Hex 32 10 95 42 59 0 2A FF 51 20
Octal 62 20 225 102 131 0 52 377 121 40
Binary 110010 10000 10010101 1000010 1011001 0 101010 11111111 1010001 100000

Color Harmonies of #321095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321095

Black with #321095

Text Example


Text Example

White with #321095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321095; }

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

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

background-color css

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

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

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

border-color css

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

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

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