Html Css Color HEX #2E028C Persian Indigo

📋 copy color: '#2E028C'

red 46 ◦ green 2 ◦ blue 140

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

Shades of Persian Indigo #2E028C

Tints of Persian Indigo #2E028C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

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

R = 24.47%
G = 1.06%
B = 74.47%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E028C (or 0x2E028C) is known color: Persian Indigo. HEX triplet: 2E, 02 and 8C. RGB value is (46,2,140). Sum of RGB (Red+Green+Blue) = 46+2+140=188 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.47% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 140 (55.08% from 255 or 74.47% from 188); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E028C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E028C is #D1FD73. Grayscale: #1E1E1E. Windows color (decimal): -13761908 or 9175598. OLE color: 9175598.

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

Color convert

RGB 46 2 140 -
CMYK 0.67 0.99 0 0.45
HSL 259.13º 0.97% 0.28% -
HSV(B) 259.13º 0.99% 0.55% -
XYZ 5.88 2.52 24.99 -
YUV 30.89 189.58 138.78 -
System Red Green Blue C M Y K H S L
Decimal 46 2 140 0.67 0.99 0 0.45 259.13 0.97 0.28
Hex 2E 2 8C 43 63 0 2D 103 61 1C
Octal 56 2 214 103 143 0 55 403 141 34
Binary 101110 10 10001100 1000011 1100011 0 101101 100000011 1100001 11100

Color Harmonies of #2E028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E028C

Black with #2E028C

Text Example


Text Example

White with #2E028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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