Html Css Color HEX #2E128C Persian Indigo

📋 copy color: '#2E128C'

red 46 ◦ green 18 ◦ blue 140

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

Shades of Persian Indigo #2E128C

Tints of Persian Indigo #2E128C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.82%

 BLUE value IS 140 (55.08% from 255) = 68.63%

R = 22.55%
G = 8.82%
B = 68.63%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E128C (or 0x2E128C) is known color: Persian Indigo. HEX triplet: 2E, 12 and 8C. RGB value is (46,18,140). Sum of RGB (Red+Green+Blue) = 46+18+140=204 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.55% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 140 (55.08% from 255 or 68.63% from 204); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E128C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E128C is #D1ED73. Grayscale: #272727. Windows color (decimal): -13757812 or 9179694. OLE color: 9179694.

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

Color convert

RGB 46 18 140 -
CMYK 0.67 0.87 0 0.45
HSL 253.77º 0.77% 0.31% -
HSV(B) 253.77º 0.87% 0.55% -
XYZ 6.08 2.91 25.05 -
YUV 40.28 184.28 132.08 -
System Red Green Blue C M Y K H S L
Decimal 46 18 140 0.67 0.87 0 0.45 253.77 0.77 0.31
Hex 2E 12 8C 43 57 0 2D FE 4D 1F
Octal 56 22 214 103 127 0 55 376 115 37
Binary 101110 10010 10001100 1000011 1010111 0 101101 11111110 1001101 11111

Color Harmonies of #2E128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E128C

Black with #2E128C

Text Example


Text Example

White with #2E128C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,18,140); }

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

background-color css

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

 a { background-color: rgb(46,18,140); }

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

border-color css

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

 span { border-color: rgb(46,18,140); }

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