Html Css Color HEX #2E028B Persian Indigo

📋 copy color: '#2E028B'

red 46 ◦ green 2 ◦ blue 139

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

Shades of Persian Indigo #2E028B

Tints of Persian Indigo #2E028B

RGB

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

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

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

R = 24.6%
G = 1.07%
B = 74.33%

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

#2E028B (or 0x2E028B) is known color: Persian Indigo. HEX triplet: 2E, 02 and 8B. RGB value is (46,2,139). Sum of RGB (Red+Green+Blue) = 46+2+139=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 139 (54.69% from 255 or 74.33% from 187); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E028B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E028B is #D1FD74. Grayscale: #1E1E1E. Windows color (decimal): -13761909 or 9110062. OLE color: 9110062.

HSL color Cylindrical-coordinate representation of color #2E028B: hue angle of 259.27º 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 #2E028B is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 2 139 -
CMYK 0.67 0.99 0 0.45
HSL 259.27º 0.97% 0.28% -
HSV(B) 259.27º 0.99% 0.55% -
XYZ 5.81 2.49 24.6 -
YUV 30.77 189.08 138.86 -
System Red Green Blue C M Y K H S L
Decimal 46 2 139 0.67 0.99 0 0.45 259.27 0.97 0.28
Hex 2E 2 8B 43 63 0 2D 103 61 1C
Octal 56 2 213 103 143 0 55 403 141 34
Binary 101110 10 10001011 1000011 1100011 0 101101 100000011 1100001 11100

Color Harmonies of #2E028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E028B

Black with #2E028B

Text Example


Text Example

White with #2E028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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