Html Css Color HEX #2E088C Persian Indigo

📋 copy color: '#2E088C'

red 46 ◦ green 8 ◦ blue 140

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

Shades of Persian Indigo #2E088C

Tints of Persian Indigo #2E088C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.12%

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

R = 23.71%
G = 4.12%
B = 72.16%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E088C (or 0x2E088C) is known color: Persian Indigo. HEX triplet: 2E, 08 and 8C. RGB value is (46,8,140). Sum of RGB (Red+Green+Blue) = 46+8+140=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 140 (55.08% from 255 or 72.16% from 194); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E088C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E088C is #D1F773. Grayscale: #212121. Windows color (decimal): -13760372 or 9177134. OLE color: 9177134.

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

Color convert

RGB 46 8 140 -
CMYK 0.67 0.94 0 0.45
HSL 257.27º 0.89% 0.29% -
HSV(B) 257.27º 0.94% 0.55% -
XYZ 5.95 2.65 25.01 -
YUV 34.41 187.59 136.27 -
System Red Green Blue C M Y K H S L
Decimal 46 8 140 0.67 0.94 0 0.45 257.27 0.89 0.29
Hex 2E 8 8C 43 5E 0 2D 101 59 1D
Octal 56 10 214 103 136 0 55 401 131 35
Binary 101110 1000 10001100 1000011 1011110 0 101101 100000001 1011001 11101

Color Harmonies of #2E088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E088C

Black with #2E088C

Text Example


Text Example

White with #2E088C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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