#1E1BC1

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

Shades of Persian Blue #1E1BC1

Tints of Persian Blue #1E1BC1

Color information

#1E1BC1 (or 0x1E1BC1) is unknown color: approx Persian Blue. HEX triplet: 1E, 1B and C1. RGB value is (30,27,193). Sum of RGB (Red+Green+Blue) = 30+27+193=250 (33% of max value = 765). Red value is 30 (12.11% from 255 or 12% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 193 (75.78% from 255 or 77.2% from 250); Max value from RGB is 193 - color contains mainly: blue. Hex color #1E1BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E1BC1 is #E1E43E. Grayscale: #2E2E2E. Windows color (decimal): -14804031 or 12655390. OLE color: 12655390.

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

Color convert

RGB3027193-
CMYK0.840.8600.24
HSL241.08º75.45%43.14%-
HSV(B)241.08º86.01%75.69%-
XYZ10.554.9150.84-
YUV46.82210.49116-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12%
GREEN value IS 27 (10.94% from 255) = 10.8%
BLUE value IS 193 (75.78% from 255) = 77.2%
R=12%
G=10.8%
B=77.2%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal30271930.840.8600.24241.0875.4543.14
Hex1E1BC15456018f14b2b
Octal363330112412603036111353
Binary11110110111100000110101001010110011000111100011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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