Html Css Color HEX #331190 Persian Indigo

📋 copy color: '#331190'

red 51 ◦ green 17 ◦ blue 144

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

Shades of Persian Indigo #331190

Tints of Persian Indigo #331190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 67.92%

R = 24.06%
G = 8.02%
B = 67.92%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#331190 (or 0x331190) is known color: Persian Indigo. HEX triplet: 33, 11 and 90. RGB value is (51,17,144). Sum of RGB (Red+Green+Blue) = 51+17+144=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #331190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331190 is #CCEE6F. Grayscale: #292929. Windows color (decimal): -13430384 or 9441587. OLE color: 9441587.

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

Color convert

RGB 51 17 144 -
CMYK 0.65 0.88 0 0.44
HSL 256.06º 0.79% 0.32% -
HSV(B) 256.06º 0.88% 0.56% -
XYZ 6.6 3.12 26.64 -
YUV 41.64 185.76 134.67 -
System Red Green Blue C M Y K H S L
Decimal 51 17 144 0.65 0.88 0 0.44 256.06 0.79 0.32
Hex 33 11 90 41 58 0 2C 100 4F 20
Octal 63 21 220 101 130 0 54 400 117 40
Binary 110011 10001 10010000 1000001 1011000 0 101100 100000000 1001111 100000

Color Harmonies of #331190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331190

Black with #331190

Text Example


Text Example

White with #331190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331190; }

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

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

background-color css

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

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

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

border-color css

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

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

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