Html Css Color HEX #2E087D Persian Indigo

📋 copy color: '#2E087D'

red 46 ◦ green 8 ◦ blue 125

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

Shades of Persian Indigo #2E087D

Tints of Persian Indigo #2E087D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 69.83%

R = 25.7%
G = 4.47%
B = 69.83%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2E087D (or 0x2E087D) is known color: Persian Indigo. HEX triplet: 2E, 08 and 7D. RGB value is (46,8,125). Sum of RGB (Red+Green+Blue) = 46+8+125=179 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.70% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 125 (49.22% from 255 or 69.83% from 179); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E087D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E087D is #D1F782. Grayscale: #202020. Windows color (decimal): -13760387 or 8194094. OLE color: 8194094.

HSL color Cylindrical-coordinate representation of color #2E087D: hue angle of 259.49º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E087D is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 46 8 125 -
CMYK 0.63 0.94 0 0.51
HSL 259.49º 0.88% 0.26% -
HSV(B) 259.49º 0.94% 0.49% -
XYZ 4.92 2.24 19.57 -
YUV 32.7 180.09 137.49 -
System Red Green Blue C M Y K H S L
Decimal 46 8 125 0.63 0.94 0 0.51 259.49 0.88 0.26
Hex 2E 8 7D 3F 5E 0 33 103 58 1A
Octal 56 10 175 77 136 0 63 403 130 32
Binary 101110 1000 1111101 111111 1011110 0 110011 100000011 1011000 11010

Color Harmonies of #2E087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E087D

Black with #2E087D

Text Example


Text Example

White with #2E087D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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