Html Css Color HEX #2E2087 Persian Indigo

📋 copy color: '#2E2087'

red 46 ◦ green 32 ◦ blue 135

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

Shades of Persian Indigo #2E2087

Tints of Persian Indigo #2E2087

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.02%

 BLUE value IS 135 (53.13% from 255) = 63.38%

R = 21.6%
G = 15.02%
B = 63.38%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2E2087 (or 0x2E2087) is known color: Persian Indigo. HEX triplet: 2E, 20 and 87. RGB value is (46,32,135). Sum of RGB (Red+Green+Blue) = 46+32+135=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 135 (53.12% from 255 or 63.38% from 213); Max value from RGB is 135 - color contains mainly: blue. Hex color #2E2087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2087 is #D1DF78. Grayscale: #2F2F2F. Windows color (decimal): -13754233 or 8855598. OLE color: 8855598.

HSL color Cylindrical-coordinate representation of color #2E2087: hue angle of 248.16º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E2087 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 46 32 135 -
CMYK 0.66 0.76 0 0.47
HSL 248.16º 0.62% 0.33% -
HSV(B) 248.16º 0.76% 0.53% -
XYZ 6.02 3.36 23.25 -
YUV 47.93 177.14 126.62 -
System Red Green Blue C M Y K H S L
Decimal 46 32 135 0.66 0.76 0 0.47 248.16 0.62 0.33
Hex 2E 20 87 42 4C 0 2F F8 3E 21
Octal 56 40 207 102 114 0 57 370 76 41
Binary 101110 100000 10000111 1000010 1001100 0 101111 11111000 111110 100001

Color Harmonies of #2E2087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2087

Black with #2E2087

Text Example


Text Example

White with #2E2087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,32,135); }

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

background-color css

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

 a { background-color: rgb(46,32,135); }

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

border-color css

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

 span { border-color: rgb(46,32,135); }

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