Html Css Color HEX #2E0076 Persian Indigo

📋 copy color: '#2E0076'

red 46 ◦ green 0 ◦ blue 118

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

Shades of Persian Indigo #2E0076

Tints of Persian Indigo #2E0076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 28.05%
G = 0%
B = 71.95%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2E0076 (or 0x2E0076) is known color: Persian Indigo. HEX triplet: 2E, 00 and 76. RGB value is (46,0,118). Sum of RGB (Red+Green+Blue) = 46+0+118=164 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.05% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 118 (46.48% from 255 or 71.95% from 164); Max value from RGB is 118 - color contains mainly: blue. Hex color #2E0076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0076 is #D1FF89. Grayscale: #1A1A1A. Windows color (decimal): -13762442 or 7733294. OLE color: 7733294.

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

Color convert

RGB 46 0 118 -
CMYK 0.61 1 0 0.54
HSL 263.39º 1% 0.23% -
HSV(B) 263.39º 1% 0.46% -
XYZ 4.4 1.89 17.27 -
YUV 27.21 179.24 141.41 -
System Red Green Blue C M Y K H S L
Decimal 46 0 118 0.61 1 0 0.54 263.39 1 0.23
Hex 2E 0 76 3D 64 0 36 107 64 17
Octal 56 0 166 75 144 0 66 407 144 27
Binary 101110 0 1110110 111101 1100100 0 110110 100000111 1100100 10111

Color Harmonies of #2E0076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0076

Black with #2E0076

Text Example


Text Example

White with #2E0076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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