Html Css Color HEX #2E1776 Persian Indigo

📋 copy color: '#2E1776'

red 46 ◦ green 23 ◦ blue 118

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

Shades of Persian Indigo #2E1776

Tints of Persian Indigo #2E1776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 63.1%

R = 24.6%
G = 12.3%
B = 63.1%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2E1776 (or 0x2E1776) is known color: Persian Indigo. HEX triplet: 2E, 17 and 76. RGB value is (46,23,118). Sum of RGB (Red+Green+Blue) = 46+23+118=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #2E1776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1776 is #D1E889. Grayscale: #282828. Windows color (decimal): -13756554 or 7739182. OLE color: 7739182.

HSL color Cylindrical-coordinate representation of color #2E1776: hue angle of 254.53º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E1776 is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 46 23 118 -
CMYK 0.61 0.81 0 0.54
HSL 254.53º 0.67% 0.28% -
HSV(B) 254.53º 0.81% 0.46% -
XYZ 4.7 2.5 17.37 -
YUV 40.71 171.62 131.78 -
System Red Green Blue C M Y K H S L
Decimal 46 23 118 0.61 0.81 0 0.54 254.53 0.67 0.28
Hex 2E 17 76 3D 51 0 36 FF 43 1C
Octal 56 27 166 75 121 0 66 377 103 34
Binary 101110 10111 1110110 111101 1010001 0 110110 11111111 1000011 11100

Color Harmonies of #2E1776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1776

Black with #2E1776

Text Example


Text Example

White with #2E1776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,23,118); }

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

background-color css

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

 a { background-color: rgb(46,23,118); }

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

border-color css

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

 span { border-color: rgb(46,23,118); }

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