Html Css Color HEX #2E2689 Persian Indigo

📋 copy color: '#2E2689'

red 46 ◦ green 38 ◦ blue 137

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

Shades of Persian Indigo #2E2689

Tints of Persian Indigo #2E2689

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.19%

 BLUE value IS 137 (53.91% from 255) = 61.99%

R = 20.81%
G = 17.19%
B = 61.99%

CMYK

 C value IS 0.66

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2E2689 (or 0x2E2689) is known color: Persian Indigo. HEX triplet: 2E, 26 and 89. RGB value is (46,38,137). Sum of RGB (Red+Green+Blue) = 46+38+137=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 137 (53.91% from 255 or 61.99% from 221); Max value from RGB is 137 - color contains mainly: blue. Hex color #2E2689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2689 is #D1D976. Grayscale: #333333. Windows color (decimal): -13752695 or 8988206. OLE color: 8988206.

HSL color Cylindrical-coordinate representation of color #2E2689: hue angle of 244.85º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E2689 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 46 38 137 -
CMYK 0.66 0.72 0 0.46
HSL 244.85º 0.57% 0.34% -
HSV(B) 244.85º 0.72% 0.54% -
XYZ 6.34 3.77 24.06 -
YUV 51.68 176.15 123.95 -
System Red Green Blue C M Y K H S L
Decimal 46 38 137 0.66 0.72 0 0.46 244.85 0.57 0.34
Hex 2E 26 89 42 48 0 2E F5 39 22
Octal 56 46 211 102 110 0 56 365 71 42
Binary 101110 100110 10001001 1000010 1001000 0 101110 11110101 111001 100010

Color Harmonies of #2E2689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2689

Black with #2E2689

Text Example


Text Example

White with #2E2689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,38,137); }

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

background-color css

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

 a { background-color: rgb(46,38,137); }

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

border-color css

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

 span { border-color: rgb(46,38,137); }

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