Html Css Color HEX #331EA0 Persian Indigo

📋 copy color: '#331EA0'

red 51 ◦ green 30 ◦ blue 160

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

Shades of Persian Indigo #331EA0

Tints of Persian Indigo #331EA0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.45%

 BLUE value IS 160 (62.89% from 255) = 66.39%

R = 21.16%
G = 12.45%
B = 66.39%

CMYK

 C value IS 0.68

 M value IS 0.81

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#331EA0 (or 0x331EA0) is known color: Persian Indigo. HEX triplet: 33, 1E and A0. RGB value is (51,30,160). Sum of RGB (Red+Green+Blue) = 51+30+160=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 160 (62.89% from 255 or 66.39% from 241); Max value from RGB is 160 - color contains mainly: blue. Hex color #331EA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331EA0 is #CCE15F. Grayscale: #323232. Windows color (decimal): -13427040 or 10493491. OLE color: 10493491.

HSL color Cylindrical-coordinate representation of color #331EA0: hue angle of 249.69º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #331EA0 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 51 30 160 -
CMYK 0.68 0.81 0 0.37
HSL 249.69º 0.68% 0.37% -
HSV(B) 249.69º 0.81% 0.63% -
XYZ 8.17 4.17 33.63 -
YUV 51.1 189.46 127.93 -
System Red Green Blue C M Y K H S L
Decimal 51 30 160 0.68 0.81 0 0.37 249.69 0.68 0.37
Hex 33 1E A0 44 51 0 25 FA 44 25
Octal 63 36 240 104 121 0 45 372 104 45
Binary 110011 11110 10100000 1000100 1010001 0 100101 11111010 1000100 100101

Color Harmonies of #331EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331EA0

Black with #331EA0

Text Example


Text Example

White with #331EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331EA0; }

 p { color: rgb(51,30,160); }

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

background-color css

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

 a { background-color: rgb(51,30,160); }

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

border-color css

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

 span { border-color: rgb(51,30,160); }

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