Html Css Color HEX #331197 Persian Indigo

📋 copy color: '#331197'

red 51 ◦ green 17 ◦ blue 151

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

Shades of Persian Indigo #331197

Tints of Persian Indigo #331197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 68.95%

R = 23.29%
G = 7.76%
B = 68.95%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#331197 (or 0x331197) is known color: Persian Indigo. HEX triplet: 33, 11 and 97. RGB value is (51,17,151). Sum of RGB (Red+Green+Blue) = 51+17+151=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 151 (59.38% from 255 or 68.95% from 219); Max value from RGB is 151 - color contains mainly: blue. Hex color #331197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331197 is #CCEE68. Grayscale: #292929. Windows color (decimal): -13430377 or 9900339. OLE color: 9900339.

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

Color convert

RGB 51 17 151 -
CMYK 0.66 0.89 0 0.41
HSL 255.22º 0.8% 0.33% -
HSV(B) 255.22º 0.89% 0.59% -
XYZ 7.15 3.34 29.55 -
YUV 42.44 189.26 134.1 -
System Red Green Blue C M Y K H S L
Decimal 51 17 151 0.66 0.89 0 0.41 255.22 0.8 0.33
Hex 33 11 97 42 59 0 29 FF 50 21
Octal 63 21 227 102 131 0 51 377 120 41
Binary 110011 10001 10010111 1000010 1011001 0 101001 11111111 1010000 100001

Color Harmonies of #331197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331197

Black with #331197

Text Example


Text Example

White with #331197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331197; }

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

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

background-color css

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

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

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

border-color css

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

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

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