#2E187B

Color #2E187B Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #2E187B

Tints of Persian Indigo #2E187B

Color information

#2E187B (or 0x2E187B) is unknown color: approx Persian Indigo. HEX triplet: 2E, 18 and 7B. RGB value is (46,24,123). Sum of RGB (Red+Green+Blue) = 46+24+123=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 123 (48.44% from 255 or 63.73% from 193); Max value from RGB is 123 - color contains mainly: blue. Hex color #2E187B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E187B is #D1E784. Grayscale: #292929. Windows color (decimal): -13756293 or 8067118. OLE color: 8067118.

HSL color Cylindrical-coordinate representation of color #2E187B: hue angle of 253.33º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E187B is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4624123-
CMYK0.630.8000.52
HSL253.33º67.35%28.82%-
HSV(B)253.33º80.49%48.24%-
XYZ5.032.6618.99-
YUV41.86173.79130.95-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.83%
GREEN value IS 24 (9.77% from 255) = 12.44%
BLUE value IS 123 (48.44% from 255) = 63.73%
R=23.83%
G=12.44%
B=63.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal46241230.630.8000.52253.3367.3528.82
Hex2E187B3F50034fd431d
Octal56301737712006437510335
Binary1011101100011110111111111010000011010011111101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E187B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E187B;
 }
 .AnyTagClassName
 {
   color: #2E187B;
 }
</style>
background-color css

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

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

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

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

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

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