Html Css Color HEX #331091 Persian Indigo

📋 copy color: '#331091'

red 51 ◦ green 16 ◦ blue 145

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

Shades of Persian Indigo #331091

Tints of Persian Indigo #331091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.55%

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

R = 24.06%
G = 7.55%
B = 68.4%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#331091 (or 0x331091) is known color: Persian Indigo. HEX triplet: 33, 10 and 91. RGB value is (51,16,145). Sum of RGB (Red+Green+Blue) = 51+16+145=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 145 (57.03% from 255 or 68.40% from 212); Max value from RGB is 145 - color contains mainly: blue. Hex color #331091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331091 is #CCEF6E. Grayscale: #282828. Windows color (decimal): -13430639 or 9506867. OLE color: 9506867.

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

Color convert

RGB 51 16 145 -
CMYK 0.65 0.89 0 0.43
HSL 256.28º 0.8% 0.32% -
HSV(B) 256.28º 0.89% 0.57% -
XYZ 6.66 3.12 27.04 -
YUV 41.17 186.6 135.01 -
System Red Green Blue C M Y K H S L
Decimal 51 16 145 0.65 0.89 0 0.43 256.28 0.8 0.32
Hex 33 10 91 41 59 0 2B 100 50 20
Octal 63 20 221 101 131 0 53 400 120 40
Binary 110011 10000 10010001 1000001 1011001 0 101011 100000000 1010000 100000

Color Harmonies of #331091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331091

Black with #331091

Text Example


Text Example

White with #331091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331091; }

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

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

background-color css

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

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

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

border-color css

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

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

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