Html Css Color HEX #331591 Persian Indigo

📋 copy color: '#331591'

red 51 ◦ green 21 ◦ blue 145

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

Shades of Persian Indigo #331591

Tints of Persian Indigo #331591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.68%

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

R = 23.5%
G = 9.68%
B = 66.82%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#331591 (or 0x331591) is known color: Persian Indigo. HEX triplet: 33, 15 and 91. RGB value is (51,21,145). Sum of RGB (Red+Green+Blue) = 51+21+145=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 145 (57.03% from 255 or 66.82% from 217); Max value from RGB is 145 - color contains mainly: blue. Hex color #331591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331591 is #CCEA6E. Grayscale: #2B2B2B. Windows color (decimal): -13429359 or 9508147. OLE color: 9508147.

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

Color convert

RGB 51 21 145 -
CMYK 0.65 0.86 0 0.43
HSL 254.52º 0.75% 0.33% -
HSV(B) 254.52º 0.86% 0.57% -
XYZ 6.74 3.28 27.07 -
YUV 44.11 184.94 132.92 -
System Red Green Blue C M Y K H S L
Decimal 51 21 145 0.65 0.86 0 0.43 254.52 0.75 0.33
Hex 33 15 91 41 56 0 2B FF 4B 21
Octal 63 25 221 101 126 0 53 377 113 41
Binary 110011 10101 10010001 1000001 1010110 0 101011 11111111 1001011 100001

Color Harmonies of #331591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331591

Black with #331591

Text Example


Text Example

White with #331591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331591; }

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

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

background-color css

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

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

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

border-color css

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

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

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