#2E1CB0

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

Shades of Persian Blue #2E1CB0

Tints of Persian Blue #2E1CB0

Color information

#2E1CB0 (or 0x2E1CB0) is unknown color: approx Persian Blue. HEX triplet: 2E, 1C and B0. RGB value is (46,28,176). Sum of RGB (Red+Green+Blue) = 46+28+176=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 176 (69.14% from 255 or 70.4% from 250); Max value from RGB is 176 - color contains mainly: blue. Hex color #2E1CB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E1CB0 is #D1E34F. Grayscale: #313131. Windows color (decimal): -13755216 or 11541550. OLE color: 11541550.

HSL color Cylindrical-coordinate representation of color #2E1CB0: hue angle of 247.3º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E1CB0 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4628176-
CMYK0.740.8400.31
HSL247.3º72.55%40%-
HSV(B)247.3º84.09%69.02%-
XYZ9.384.5541.46-
YUV50.25198.96124.97-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.4%
GREEN value IS 28 (11.33% from 255) = 11.2%
BLUE value IS 176 (69.14% from 255) = 70.4%
R=18.4%
G=11.2%
B=70.4%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal46281760.740.8400.31247.372.5540
Hex2E1CB04A5401Ff74928
Octal563426011212403736711150
Binary101110111001011000010010101010100011111111101111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,28,176); }

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

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

 a { background-color: rgb(46,28,176); }

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

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

 span { border-color: rgb(46,28,176); }

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