Html Css Color HEX #2E186E Persian Indigo

📋 copy color: '#2E186E'

red 46 ◦ green 24 ◦ blue 110

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

Shades of Persian Indigo #2E186E

Tints of Persian Indigo #2E186E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.33%

 BLUE value IS 110 (43.36% from 255) = 61.11%

R = 25.56%
G = 13.33%
B = 61.11%

CMYK

 C value IS 0.58

 M value IS 0.78

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2E186E (or 0x2E186E) is known color: Persian Indigo. HEX triplet: 2E, 18 and 6E. RGB value is (46,24,110). Sum of RGB (Red+Green+Blue) = 46+24+110=180 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.56% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 110 (43.36% from 255 or 61.11% from 180); Max value from RGB is 110 - color contains mainly: blue. Hex color #2E186E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E186E is #D1E791. Grayscale: #282828. Windows color (decimal): -13756306 or 7215150. OLE color: 7215150.

HSL color Cylindrical-coordinate representation of color #2E186E: hue angle of 255.35º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E186E is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 46 24 110 -
CMYK 0.58 0.78 0 0.57
HSL 255.35º 0.64% 0.26% -
HSV(B) 255.35º 0.78% 0.43% -
XYZ 4.27 2.36 14.98 -
YUV 40.38 167.29 132.01 -
System Red Green Blue C M Y K H S L
Decimal 46 24 110 0.58 0.78 0 0.57 255.35 0.64 0.26
Hex 2E 18 6E 3A 4E 0 39 FF 40 1A
Octal 56 30 156 72 116 0 71 377 100 32
Binary 101110 11000 1101110 111010 1001110 0 111001 11111111 1000000 11010

Color Harmonies of #2E186E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E186E

Black with #2E186E

Text Example


Text Example

White with #2E186E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,24,110); }

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

background-color css

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

 a { background-color: rgb(46,24,110); }

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

border-color css

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

 span { border-color: rgb(46,24,110); }

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