Html Css Color HEX #2E0083 Persian Indigo

📋 copy color: '#2E0083'

red 46 ◦ green 0 ◦ blue 131

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

Shades of Persian Indigo #2E0083

Tints of Persian Indigo #2E0083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 74.01%

R = 25.99%
G = 0%
B = 74.01%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2E0083 (or 0x2E0083) is known color: Persian Indigo. HEX triplet: 2E, 00 and 83. RGB value is (46,0,131). Sum of RGB (Red+Green+Blue) = 46+0+131=177 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.99% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 131 (51.56% from 255 or 74.01% from 177); Max value from RGB is 131 - color contains mainly: blue. Hex color #2E0083 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0083 is #D1FF7C. Grayscale: #1C1C1C. Windows color (decimal): -13762429 or 8585262. OLE color: 8585262.

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

Color convert

RGB 46 0 131 -
CMYK 0.65 1 0 0.49
HSL 261.07º 1% 0.26% -
HSV(B) 261.07º 1% 0.51% -
XYZ 5.22 2.22 21.63 -
YUV 28.69 185.74 140.35 -
System Red Green Blue C M Y K H S L
Decimal 46 0 131 0.65 1 0 0.49 261.07 1 0.26
Hex 2E 0 83 41 64 0 31 105 64 1A
Octal 56 0 203 101 144 0 61 405 144 32
Binary 101110 0 10000011 1000001 1100100 0 110001 100000101 1100100 11010

Color Harmonies of #2E0083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0083

Black with #2E0083

Text Example


Text Example

White with #2E0083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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