Html Css Color HEX #331790 Persian Indigo

📋 copy color: '#331790'

red 51 ◦ green 23 ◦ blue 144

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

Shades of Persian Indigo #331790

Tints of Persian Indigo #331790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.55%

 BLUE value IS 144 (56.64% from 255) = 66.06%

R = 23.39%
G = 10.55%
B = 66.06%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#331790 (or 0x331790) is known color: Persian Indigo. HEX triplet: 33, 17 and 90. RGB value is (51,23,144). Sum of RGB (Red+Green+Blue) = 51+23+144=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #331790 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331790 is #CCE86F. Grayscale: #2C2C2C. Windows color (decimal): -13428848 or 9443123. OLE color: 9443123.

HSL color Cylindrical-coordinate representation of color #331790: hue angle of 253.88º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #331790 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 23 144 -
CMYK 0.65 0.84 0 0.44
HSL 253.88º 0.72% 0.33% -
HSV(B) 253.88º 0.84% 0.56% -
XYZ 6.71 3.33 26.67 -
YUV 45.17 183.78 132.16 -
System Red Green Blue C M Y K H S L
Decimal 51 23 144 0.65 0.84 0 0.44 253.88 0.72 0.33
Hex 33 17 90 41 54 0 2C FE 48 21
Octal 63 27 220 101 124 0 54 376 110 41
Binary 110011 10111 10010000 1000001 1010100 0 101100 11111110 1001000 100001

Color Harmonies of #331790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331790

Black with #331790

Text Example


Text Example

White with #331790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331790; }

 p { color: rgb(51,23,144); }

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

background-color css

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

 a { background-color: rgb(51,23,144); }

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

border-color css

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

 span { border-color: rgb(51,23,144); }

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