Html Css Color HEX #2E268A Persian Indigo

📋 copy color: '#2E268A'

red 46 ◦ green 38 ◦ blue 138

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

Shades of Persian Indigo #2E268A

Tints of Persian Indigo #2E268A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 62.16%

R = 20.72%
G = 17.12%
B = 62.16%

CMYK

 C value IS 0.67

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2E268A (or 0x2E268A) is known color: Persian Indigo. HEX triplet: 2E, 26 and 8A. RGB value is (46,38,138). Sum of RGB (Red+Green+Blue) = 46+38+138=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 138 (54.30% from 255 or 62.16% from 222); Max value from RGB is 138 - color contains mainly: blue. Hex color #2E268A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E268A is #D1D975. Grayscale: #333333. Windows color (decimal): -13752694 or 9053742. OLE color: 9053742.

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

Color convert

RGB 46 38 138 -
CMYK 0.67 0.72 0 0.46
HSL 244.8º 0.57% 0.35% -
HSV(B) 244.8º 0.72% 0.54% -
XYZ 6.41 3.8 24.44 -
YUV 51.79 176.65 123.87 -
System Red Green Blue C M Y K H S L
Decimal 46 38 138 0.67 0.72 0 0.46 244.8 0.57 0.35
Hex 2E 26 8A 43 48 0 2E F5 39 23
Octal 56 46 212 103 110 0 56 365 71 43
Binary 101110 100110 10001010 1000011 1001000 0 101110 11110101 111001 100011

Color Harmonies of #2E268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E268A

Black with #2E268A

Text Example


Text Example

White with #2E268A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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