Html Css Color HEX #331291 Persian Indigo

📋 copy color: '#331291'

red 51 ◦ green 18 ◦ blue 145

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

Shades of Persian Indigo #331291

Tints of Persian Indigo #331291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.41%

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

R = 23.83%
G = 8.41%
B = 67.76%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#331291 (or 0x331291) is known color: Persian Indigo. HEX triplet: 33, 12 and 91. RGB value is (51,18,145). Sum of RGB (Red+Green+Blue) = 51+18+145=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 145 (57.03% from 255 or 67.76% from 214); Max value from RGB is 145 - color contains mainly: blue. Hex color #331291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331291 is #CCED6E. Grayscale: #292929. Windows color (decimal): -13430127 or 9507379. OLE color: 9507379.

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

Color convert

RGB 51 18 145 -
CMYK 0.65 0.88 0 0.43
HSL 255.59º 0.78% 0.32% -
HSV(B) 255.59º 0.88% 0.57% -
XYZ 6.69 3.18 27.05 -
YUV 42.35 185.93 134.17 -
System Red Green Blue C M Y K H S L
Decimal 51 18 145 0.65 0.88 0 0.43 255.59 0.78 0.32
Hex 33 12 91 41 58 0 2B 100 4E 20
Octal 63 22 221 101 130 0 53 400 116 40
Binary 110011 10010 10010001 1000001 1011000 0 101011 100000000 1001110 100000

Color Harmonies of #331291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331291

Black with #331291

Text Example


Text Example

White with #331291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331291; }

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

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

background-color css

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

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

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

border-color css

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

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

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