Html Css Color HEX #331194 Persian Indigo

📋 copy color: '#331194'

red 51 ◦ green 17 ◦ blue 148

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

Shades of Persian Indigo #331194

Tints of Persian Indigo #331194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 68.52%

R = 23.61%
G = 7.87%
B = 68.52%

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

#331194 (or 0x331194) is known color: Persian Indigo. HEX triplet: 33, 11 and 94. RGB value is (51,17,148). Sum of RGB (Red+Green+Blue) = 51+17+148=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 148 (58.20% from 255 or 68.52% from 216); Max value from RGB is 148 - color contains mainly: blue. Hex color #331194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331194 is #CCEE6B. Grayscale: #292929. Windows color (decimal): -13430380 or 9703731. OLE color: 9703731.

HSL color Cylindrical-coordinate representation of color #331194: hue angle of 255.57º degrees, saturation: 0.79, 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 #331194 is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 17 148 -
CMYK 0.66 0.89 0 0.42
HSL 255.57º 0.79% 0.32% -
HSV(B) 255.57º 0.89% 0.58% -
XYZ 6.91 3.24 28.28 -
YUV 42.1 187.76 134.35 -
System Red Green Blue C M Y K H S L
Decimal 51 17 148 0.66 0.89 0 0.42 255.57 0.79 0.32
Hex 33 11 94 42 59 0 2A 100 4F 20
Octal 63 21 224 102 131 0 52 400 117 40
Binary 110011 10001 10010100 1000010 1011001 0 101010 100000000 1001111 100000

Color Harmonies of #331194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331194

Black with #331194

Text Example


Text Example

White with #331194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331194; }

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

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

background-color css

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

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

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

border-color css

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

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

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