Html Css Color HEX #2E1B81 Persian Indigo

📋 copy color: '#2E1B81'

red 46 ◦ green 27 ◦ blue 129

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

Shades of Persian Indigo #2E1B81

Tints of Persian Indigo #2E1B81

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.37%

 BLUE value IS 129 (50.78% from 255) = 63.86%

R = 22.77%
G = 13.37%
B = 63.86%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2E1B81 (or 0x2E1B81) is known color: Persian Indigo. HEX triplet: 2E, 1B and 81. RGB value is (46,27,129). Sum of RGB (Red+Green+Blue) = 46+27+129=202 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.77% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 129 (50.78% from 255 or 63.86% from 202); Max value from RGB is 129 - color contains mainly: blue. Hex color #2E1B81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E1B81 is #D1E47E. Grayscale: #2B2B2B. Windows color (decimal): -13755519 or 8461102. OLE color: 8461102.

HSL color Cylindrical-coordinate representation of color #2E1B81: hue angle of 251.18º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E1B81 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 46 27 129 -
CMYK 0.64 0.79 0 0.49
HSL 251.18º 0.65% 0.31% -
HSV(B) 251.18º 0.79% 0.51% -
XYZ 5.48 2.95 21.05 -
YUV 44.31 175.79 129.21 -
System Red Green Blue C M Y K H S L
Decimal 46 27 129 0.64 0.79 0 0.49 251.18 0.65 0.31
Hex 2E 1B 81 40 4F 0 31 FB 41 1F
Octal 56 33 201 100 117 0 61 373 101 37
Binary 101110 11011 10000001 1000000 1001111 0 110001 11111011 1000001 11111

Color Harmonies of #2E1B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1B81

Black with #2E1B81

Text Example


Text Example

White with #2E1B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,27,129); }

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

background-color css

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

 a { background-color: rgb(46,27,129); }

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

border-color css

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

 span { border-color: rgb(46,27,129); }

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