Html Css Color HEX #2E178B Persian Indigo

📋 copy color: '#2E178B'

red 46 ◦ green 23 ◦ blue 139

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

Shades of Persian Indigo #2E178B

Tints of Persian Indigo #2E178B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 66.83%

R = 22.12%
G = 11.06%
B = 66.83%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E178B (or 0x2E178B) is known color: Persian Indigo. HEX triplet: 2E, 17 and 8B. RGB value is (46,23,139). Sum of RGB (Red+Green+Blue) = 46+23+139=208 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.12% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 139 (54.69% from 255 or 66.83% from 208); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E178B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E178B is #D1E874. Grayscale: #2A2A2A. Windows color (decimal): -13756533 or 9115438. OLE color: 9115438.

HSL color Cylindrical-coordinate representation of color #2E178B: hue angle of 251.9º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E178B is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 23 139 -
CMYK 0.67 0.83 0 0.45
HSL 251.9º 0.72% 0.32% -
HSV(B) 251.9º 0.83% 0.55% -
XYZ 6.09 3.06 24.7 -
YUV 43.1 182.12 130.07 -
System Red Green Blue C M Y K H S L
Decimal 46 23 139 0.67 0.83 0 0.45 251.9 0.72 0.32
Hex 2E 17 8B 43 53 0 2D FC 48 20
Octal 56 27 213 103 123 0 55 374 110 40
Binary 101110 10111 10001011 1000011 1010011 0 101101 11111100 1001000 100000

Color Harmonies of #2E178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E178B

Black with #2E178B

Text Example


Text Example

White with #2E178B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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