Html Css Color HEX #2E218B Persian Indigo

📋 copy color: '#2E218B'

red 46 ◦ green 33 ◦ blue 139

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

Shades of Persian Indigo #2E218B

Tints of Persian Indigo #2E218B

RGB

 RED value IS 46 (18.36% from 255) = 21.1%

 GREEN value IS 33 (13.28% from 255) = 15.14%

 BLUE value IS 139 (54.69% from 255) = 63.76%

R = 21.1%
G = 15.14%
B = 63.76%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E218B (or 0x2E218B) is known color: Persian Indigo. HEX triplet: 2E, 21 and 8B. RGB value is (46,33,139). Sum of RGB (Red+Green+Blue) = 46+33+139=218 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.10% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 139 (54.69% from 255 or 63.76% from 218); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E218B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E218B is #D1DE74. Grayscale: #303030. Windows color (decimal): -13753973 or 9117998. OLE color: 9117998.

HSL color Cylindrical-coordinate representation of color #2E218B: hue angle of 247.36º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E218B is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 33 139 -
CMYK 0.67 0.76 0 0.45
HSL 247.36º 0.62% 0.34% -
HSV(B) 247.36º 0.76% 0.55% -
XYZ 6.33 3.53 24.77 -
YUV 48.97 178.81 125.88 -
System Red Green Blue C M Y K H S L
Decimal 46 33 139 0.67 0.76 0 0.45 247.36 0.62 0.34
Hex 2E 21 8B 43 4C 0 2D F7 3E 22
Octal 56 41 213 103 114 0 55 367 76 42
Binary 101110 100001 10001011 1000011 1001100 0 101101 11110111 111110 100010

Color Harmonies of #2E218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E218B

Black with #2E218B

Text Example


Text Example

White with #2E218B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E218B; }

 p { color: rgb(46,33,139); }

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

background-color css

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

 a { background-color: rgb(46,33,139); }

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

border-color css

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

 span { border-color: rgb(46,33,139); }

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