Html Css Color HEX #331EA1 Persian Indigo

📋 copy color: '#331EA1'

red 51 ◦ green 30 ◦ blue 161

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

Shades of Persian Indigo #331EA1

Tints of Persian Indigo #331EA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 66.53%

R = 21.07%
G = 12.4%
B = 66.53%

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

#331EA1 (or 0x331EA1) is known color: Persian Indigo. HEX triplet: 33, 1E and A1. RGB value is (51,30,161). Sum of RGB (Red+Green+Blue) = 51+30+161=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 161 (63.28% from 255 or 66.53% from 242); Max value from RGB is 161 - color contains mainly: blue. Hex color #331EA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331EA1 is #CCE15E. Grayscale: #323232. Windows color (decimal): -13427039 or 10559027. OLE color: 10559027.

HSL color Cylindrical-coordinate representation of color #331EA1: hue angle of 249.62º degrees, saturation: 0.69, 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 #331EA1 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 51 30 161 -
CMYK 0.68 0.81 0 0.37
HSL 249.62º 0.69% 0.37% -
HSV(B) 249.62º 0.81% 0.63% -
XYZ 8.26 4.21 34.09 -
YUV 51.21 189.96 127.85 -
System Red Green Blue C M Y K H S L
Decimal 51 30 161 0.68 0.81 0 0.37 249.62 0.69 0.37
Hex 33 1E A1 44 51 0 25 FA 45 25
Octal 63 36 241 104 121 0 45 372 105 45
Binary 110011 11110 10100001 1000100 1010001 0 100101 11111010 1000101 100101

Color Harmonies of #331EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331EA1

Black with #331EA1

Text Example


Text Example

White with #331EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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