#1E1BBE

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

Shades of Persian Blue #1E1BBE

Tints of Persian Blue #1E1BBE

Color information

#1E1BBE (or 0x1E1BBE) is unknown color: approx Persian Blue. HEX triplet: 1E, 1B and BE. RGB value is (30,27,190). Sum of RGB (Red+Green+Blue) = 30+27+190=247 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.15% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 190 (74.61% from 255 or 76.92% from 247); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E1BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E1BBE is #E1E441. Grayscale: #2D2D2D. Windows color (decimal): -14804034 or 12458782. OLE color: 12458782.

HSL color Cylindrical-coordinate representation of color #1E1BBE: hue angle of 241.1º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E1BBE is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3027190-
CMYK0.840.8600.25
HSL241.1º75.12%42.55%-
HSV(B)241.1º85.79%74.51%-
XYZ10.224.7849.1-
YUV46.48208.99116.25-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.15%
GREEN value IS 27 (10.94% from 255) = 10.93%
BLUE value IS 190 (74.61% from 255) = 76.92%
R=12.15%
G=10.93%
B=76.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal30271900.840.8600.25241.175.1242.55
Hex1E1BBE5456019f14b2b
Octal363327612412603136111353
Binary11110110111011111010101001010110011001111100011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E1BBE; }

 p { color: rgb(30,27,190); }

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

<style>
 a { background-color: #1E1BBE; }

 a { background-color: rgb(30,27,190); }

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

<style>
 span { border-color: #1E1BBE; }

 span { border-color: rgb(30,27,190); }

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