Html Css Color HEX #2E1686 Persian Indigo

📋 copy color: '#2E1686'

red 46 ◦ green 22 ◦ blue 134

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

Shades of Persian Indigo #2E1686

Tints of Persian Indigo #2E1686

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.89%

 BLUE value IS 134 (52.73% from 255) = 66.34%

R = 22.77%
G = 10.89%
B = 66.34%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2E1686 (or 0x2E1686) is known color: Persian Indigo. HEX triplet: 2E, 16 and 86. RGB value is (46,22,134). Sum of RGB (Red+Green+Blue) = 46+22+134=202 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.77% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 134 (52.73% from 255 or 66.34% from 202); Max value from RGB is 134 - color contains mainly: blue. Hex color #2E1686 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E1686 is #D1E979. Grayscale: #292929. Windows color (decimal): -13756794 or 8787502. OLE color: 8787502.

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

Color convert

RGB 46 22 134 -
CMYK 0.66 0.84 0 0.47
HSL 252.86º 0.72% 0.31% -
HSV(B) 252.86º 0.84% 0.53% -
XYZ 5.72 2.88 22.81 -
YUV 41.94 179.95 130.89 -
System Red Green Blue C M Y K H S L
Decimal 46 22 134 0.66 0.84 0 0.47 252.86 0.72 0.31
Hex 2E 16 86 42 54 0 2F FD 48 1F
Octal 56 26 206 102 124 0 57 375 110 37
Binary 101110 10110 10000110 1000010 1010100 0 101111 11111101 1001000 11111

Color Harmonies of #2E1686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1686

Black with #2E1686

Text Example


Text Example

White with #2E1686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,22,134); }

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

background-color css

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

 a { background-color: rgb(46,22,134); }

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

border-color css

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

 span { border-color: rgb(46,22,134); }

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