Html Css Color HEX #2E2688 Persian Indigo

📋 copy color: '#2E2688'

red 46 ◦ green 38 ◦ blue 136

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

Shades of Persian Indigo #2E2688

Tints of Persian Indigo #2E2688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 61.82%

R = 20.91%
G = 17.27%
B = 61.82%

CMYK

 C value IS 0.66

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2E2688 (or 0x2E2688) is known color: Persian Indigo. HEX triplet: 2E, 26 and 88. RGB value is (46,38,136). Sum of RGB (Red+Green+Blue) = 46+38+136=220 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.91% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 136 (53.52% from 255 or 61.82% from 220); Max value from RGB is 136 - color contains mainly: blue. Hex color #2E2688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2688 is #D1D977. Grayscale: #333333. Windows color (decimal): -13752696 or 8922670. OLE color: 8922670.

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

Color convert

RGB 46 38 136 -
CMYK 0.66 0.72 0 0.47
HSL 244.9º 0.56% 0.34% -
HSV(B) 244.9º 0.72% 0.53% -
XYZ 6.26 3.74 23.69 -
YUV 51.56 175.65 124.03 -
System Red Green Blue C M Y K H S L
Decimal 46 38 136 0.66 0.72 0 0.47 244.9 0.56 0.34
Hex 2E 26 88 42 48 0 2F F5 38 22
Octal 56 46 210 102 110 0 57 365 70 42
Binary 101110 100110 10001000 1000010 1001000 0 101111 11110101 111000 100010

Color Harmonies of #2E2688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2688

Black with #2E2688

Text Example


Text Example

White with #2E2688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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