Html Css Color HEX #331391 Persian Indigo

📋 copy color: '#331391'

red 51 ◦ green 19 ◦ blue 145

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

Shades of Persian Indigo #331391

Tints of Persian Indigo #331391

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.84%

 BLUE value IS 145 (57.03% from 255) = 67.44%

R = 23.72%
G = 8.84%
B = 67.44%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#331391 (or 0x331391) is known color: Persian Indigo. HEX triplet: 33, 13 and 91. RGB value is (51,19,145). Sum of RGB (Red+Green+Blue) = 51+19+145=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 145 (57.03% from 255 or 67.44% from 215); Max value from RGB is 145 - color contains mainly: blue. Hex color #331391 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331391 is #CCEC6E. Grayscale: #2A2A2A. Windows color (decimal): -13429871 or 9507635. OLE color: 9507635.

HSL color Cylindrical-coordinate representation of color #331391: hue angle of 255.24º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #331391 is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 19 145 -
CMYK 0.65 0.87 0 0.43
HSL 255.24º 0.77% 0.32% -
HSV(B) 255.24º 0.87% 0.57% -
XYZ 6.71 3.21 27.05 -
YUV 42.93 185.6 133.75 -
System Red Green Blue C M Y K H S L
Decimal 51 19 145 0.65 0.87 0 0.43 255.24 0.77 0.32
Hex 33 13 91 41 57 0 2B FF 4D 20
Octal 63 23 221 101 127 0 53 377 115 40
Binary 110011 10011 10010001 1000001 1010111 0 101011 11111111 1001101 100000

Color Harmonies of #331391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331391

Black with #331391

Text Example


Text Example

White with #331391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331391; }

 p { color: rgb(51,19,145); }

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

background-color css

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

 a { background-color: rgb(51,19,145); }

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

border-color css

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

 span { border-color: rgb(51,19,145); }

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