#1C31D0

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

Shades of Persian Blue #1C31D0

Tints of Persian Blue #1C31D0

Color information

#1C31D0 (or 0x1C31D0) is unknown color: approx Persian Blue. HEX triplet: 1C, 31 and D0. RGB value is (28,49,208). Sum of RGB (Red+Green+Blue) = 28+49+208=285 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.82% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 208 (81.64% from 255 or 72.98% from 285); Max value from RGB is 208 - color contains mainly: blue. Hex color #1C31D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C31D0 is #E3CE2F. Grayscale: #3C3C3C. Windows color (decimal): -14929456 or 13644060. OLE color: 13644060.

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

Color convert

RGB2849208-
CMYK0.870.7600.18
HSL233º76.27%46.27%-
HSV(B)233º86.54%81.57%-
XYZ12.96760.34-
YUV60.85211.04104.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.82%
GREEN value IS 49 (19.53% from 255) = 17.19%
BLUE value IS 208 (81.64% from 255) = 72.98%
R=9.82%
G=17.19%
B=72.98%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal28492080.870.7600.1823376.2746.27
Hex1C31D0574C012e94c2e
Octal346132012711402235111456
Binary111001100011101000010101111001100010010111010011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C31D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,49,208); }

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

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

 a { background-color: rgb(28,49,208); }

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

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

 span { border-color: rgb(28,49,208); }

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