Html Css Color HEX #331193 Persian Indigo

📋 copy color: '#331193'

red 51 ◦ green 17 ◦ blue 147

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

Shades of Persian Indigo #331193

Tints of Persian Indigo #331193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 68.37%

R = 23.72%
G = 7.91%
B = 68.37%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#331193 (or 0x331193) is known color: Persian Indigo. HEX triplet: 33, 11 and 93. RGB value is (51,17,147). Sum of RGB (Red+Green+Blue) = 51+17+147=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 147 (57.81% from 255 or 68.37% from 215); Max value from RGB is 147 - color contains mainly: blue. Hex color #331193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331193 is #CCEE6C. Grayscale: #292929. Windows color (decimal): -13430381 or 9638195. OLE color: 9638195.

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

Color convert

RGB 51 17 147 -
CMYK 0.65 0.88 0 0.42
HSL 255.69º 0.79% 0.32% -
HSV(B) 255.69º 0.88% 0.58% -
XYZ 6.83 3.21 27.86 -
YUV 41.99 187.26 134.43 -
System Red Green Blue C M Y K H S L
Decimal 51 17 147 0.65 0.88 0 0.42 255.69 0.79 0.32
Hex 33 11 93 41 58 0 2A 100 4F 20
Octal 63 21 223 101 130 0 52 400 117 40
Binary 110011 10001 10010011 1000001 1011000 0 101010 100000000 1001111 100000

Color Harmonies of #331193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331193

Black with #331193

Text Example


Text Example

White with #331193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331193; }

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

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

background-color css

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

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

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

border-color css

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

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

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