#1E27DD

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

Shades of Persian Blue #1E27DD

Tints of Persian Blue #1E27DD

Color information

#1E27DD (or 0x1E27DD) is unknown color: approx Persian Blue. HEX triplet: 1E, 27 and DD. RGB value is (30,39,221). Sum of RGB (Red+Green+Blue) = 30+39+221=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 221 (86.72% from 255 or 76.21% from 290); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E27DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E27DD is #E1D822. Grayscale: #383838. Windows color (decimal): -14800931 or 14493470. OLE color: 14493470.

HSL color Cylindrical-coordinate representation of color #1E27DD: hue angle of 237.17º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E27DD is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3039221-
CMYK0.860.8200.13
HSL237.17º76.1%49.22%-
HSV(B)237.17º86.43%86.67%-
XYZ14.316.9568.99-
YUV57.06220.52108.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.34%
GREEN value IS 39 (15.62% from 255) = 13.45%
BLUE value IS 221 (86.72% from 255) = 76.21%
R=10.34%
G=13.45%
B=76.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal30392210.860.8200.13237.1776.149.22
Hex1E27DD56520Ded4c31
Octal364733512612201535511461
Binary11110100111110111011010110101001001101111011011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E27DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,39,221); }

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

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

 a { background-color: rgb(30,39,221); }

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

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

 span { border-color: rgb(30,39,221); }

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