Html Css Color HEX #2E0074 Persian Indigo

📋 copy color: '#2E0074'

red 46 ◦ green 0 ◦ blue 116

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

Shades of Persian Indigo #2E0074

Tints of Persian Indigo #2E0074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 71.6%

R = 28.4%
G = 0%
B = 71.6%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E0074 (or 0x2E0074) is known color: Persian Indigo. HEX triplet: 2E, 00 and 74. RGB value is (46,0,116). Sum of RGB (Red+Green+Blue) = 46+0+116=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 116 (45.70% from 255 or 71.60% from 162); Max value from RGB is 116 - color contains mainly: blue. Hex color #2E0074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0074 is #D1FF8B. Grayscale: #1A1A1A. Windows color (decimal): -13762444 or 7602222. OLE color: 7602222.

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

Color convert

RGB 46 0 116 -
CMYK 0.60 1 0 0.55
HSL 263.79º 1% 0.23% -
HSV(B) 263.79º 1% 0.45% -
XYZ 4.28 1.84 16.65 -
YUV 26.98 178.24 141.57 -
System Red Green Blue C M Y K H S L
Decimal 46 0 116 0.60 1 0 0.55 263.79 1 0.23
Hex 2E 0 74 3C 64 0 37 108 64 17
Octal 56 0 164 74 144 0 67 410 144 27
Binary 101110 0 1110100 111100 1100100 0 110111 100001000 1100100 10111

Color Harmonies of #2E0074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0074

Black with #2E0074

Text Example


Text Example

White with #2E0074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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