#1f2cd5

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

Shades of Persian Blue #1F2CD5

Tints of Persian Blue #1F2CD5

Color information

#1F2CD5 (or 0x1F2CD5) is unknown color: approx Persian Blue. HEX triplet: 1F, 2C and D5. RGB value is (31,44,213). Sum of RGB (Red+Green+Blue) = 31+44+213=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 213 (83.59% from 255 or 73.96% from 288); Max value from RGB is 213 - color contains mainly: blue. Hex color #1F2CD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F2CD5 is #E0D32A. Grayscale: #3A3A3A. Windows color (decimal): -14734123 or 13970463. OLE color: 13970463.

HSL color Cylindrical-coordinate representation of color #1F2CD5: hue angle of 235.71º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F2CD5 is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3144213-
CMYK0.850.7900.16
HSL235.71º74.59%47.84%-
HSV(B)235.71º85.45%83.53%-
XYZ13.486.963.57-
YUV59.38214.69107.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.76%
GREEN value IS 44 (17.58% from 255) = 15.28%
BLUE value IS 213 (83.59% from 255) = 73.96%
R=10.76%
G=15.28%
B=73.96%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal31442130.850.7900.16235.7174.5947.84
Hex1F2CD5554F010ec4b30
Octal375432512511702035411360
Binary111111011001101010110101011001111010000111011001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f2cd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,44,213); }

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

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

 a { background-color: rgb(31,44,213); }

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

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

 span { border-color: rgb(31,44,213); }

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