#1D31CD

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

Shades of Persian Blue #1D31CD

Tints of Persian Blue #1D31CD

Color information

#1D31CD (or 0x1D31CD) is unknown color: approx Persian Blue. HEX triplet: 1D, 31 and CD. RGB value is (29,49,205). Sum of RGB (Red+Green+Blue) = 29+49+205=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 205 (80.47% from 255 or 72.44% from 283); Max value from RGB is 205 - color contains mainly: blue. Hex color #1D31CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D31CD is #E2CE32. Grayscale: #3C3C3C. Windows color (decimal): -14863923 or 13447453. OLE color: 13447453.

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

Color convert

RGB2949205-
CMYK0.860.7600.20
HSL233.18º75.21%45.88%-
HSV(B)233.18º85.85%80.39%-
XYZ12.626.8758.42-
YUV60.8209.37105.32-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.25%
GREEN value IS 49 (19.53% from 255) = 17.31%
BLUE value IS 205 (80.47% from 255) = 72.44%
R=10.25%
G=17.31%
B=72.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal29492050.860.7600.20233.1875.2145.88
Hex1D31CD564C014e94b2e
Octal356131512611402435111356
Binary111011100011100110110101101001100010100111010011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D31CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,49,205); }

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

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

 a { background-color: rgb(29,49,205); }

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

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

 span { border-color: rgb(29,49,205); }

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