Html Css Color HEX #331189 Persian Indigo

📋 copy color: '#331189'

red 51 ◦ green 17 ◦ blue 137

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

Shades of Persian Indigo #331189

Tints of Persian Indigo #331189

RGB

 RED value IS 51 (20.31% from 255) = 24.88%

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

 BLUE value IS 137 (53.91% from 255) = 66.83%

R = 24.88%
G = 8.29%
B = 66.83%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#331189 (or 0x331189) is known color: Persian Indigo. HEX triplet: 33, 11 and 89. RGB value is (51,17,137). Sum of RGB (Red+Green+Blue) = 51+17+137=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 137 (53.91% from 255 or 66.83% from 205); Max value from RGB is 137 - color contains mainly: blue. Hex color #331189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331189 is #CCEE76. Grayscale: #282828. Windows color (decimal): -13430391 or 8982835. OLE color: 8982835.

HSL color Cylindrical-coordinate representation of color #331189: hue angle of 257º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #331189 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 17 137 -
CMYK 0.63 0.88 0 0.46
HSL 257º 0.78% 0.3% -
HSV(B) 257º 0.88% 0.54% -
XYZ 6.08 2.91 23.91 -
YUV 40.85 182.26 135.24 -
System Red Green Blue C M Y K H S L
Decimal 51 17 137 0.63 0.88 0 0.46 257 0.78 0.3
Hex 33 11 89 3F 58 0 2E 101 4E 1E
Octal 63 21 211 77 130 0 56 401 116 36
Binary 110011 10001 10001001 111111 1011000 0 101110 100000001 1001110 11110

Color Harmonies of #331189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331189

Black with #331189

Text Example


Text Example

White with #331189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331189; }

 p { color: rgb(51,17,137); }

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

background-color css

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

 a { background-color: rgb(51,17,137); }

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

border-color css

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

 span { border-color: rgb(51,17,137); }

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