#1131DD

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

Shades of Persian Blue #1131DD

Tints of Persian Blue #1131DD

Color information

#1131DD (or 0x1131DD) is unknown color: approx Persian Blue. HEX triplet: 11, 31 and DD. RGB value is (17,49,221). Sum of RGB (Red+Green+Blue) = 17+49+221=287 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.92% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 221 (86.72% from 255 or 77.00% from 287); Max value from RGB is 221 - color contains mainly: blue. Hex color #1131DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1131DD is #EECE22. Grayscale: #3A3A3A. Windows color (decimal): -15650339 or 14496017. OLE color: 14496017.

HSL color Cylindrical-coordinate representation of color #1131DD: hue angle of 230.59º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1131DD is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1749221-
CMYK0.920.7800.13
HSL230.59º85.71%46.67%-
HSV(B)230.59º92.31%86.67%-
XYZ14.387.5469.1-
YUV59.04219.498.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.92%
GREEN value IS 49 (19.53% from 255) = 17.07%
BLUE value IS 221 (86.72% from 255) = 77.00%
R=5.92%
G=17.07%
B=77.00%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17492210.920.7800.13230.5985.7146.67
Hex1131DD5C4E0De7562f
Octal216133513411601534712657
Binary10001110001110111011011100100111001101111001111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1131DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1131DD; }

 p { color: rgb(17,49,221); }

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

<style>
 a { background-color: #1131DD; }

 a { background-color: rgb(17,49,221); }

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

<style>
 span { border-color: #1131DD; }

 span { border-color: rgb(17,49,221); }

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