#1C31F4

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

Shades of Persian Blue #1C31F4

Tints of Persian Blue #1C31F4

Color information

#1C31F4 (or 0x1C31F4) is unknown color: approx Persian Blue. HEX triplet: 1C, 31 and F4. RGB value is (28,49,244). Sum of RGB (Red+Green+Blue) = 28+49+244=321 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.72% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 244 (95.70% from 255 or 76.01% from 321); Max value from RGB is 244 - color contains mainly: blue. Hex color #1C31F4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C31F4 is #E3CE0B. Grayscale: #404040. Windows color (decimal): -14929420 or 16003356. OLE color: 16003356.

HSL color Cylindrical-coordinate representation of color #1C31F4: hue angle of 234.17º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C31F4 is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB2849244-
CMYK0.890.8000.04
HSL234.17º90.76%53.33%-
HSV(B)234.17º88.52%95.69%-
XYZ17.918.9886.38-
YUV64.95229.04101.64-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.72%
GREEN value IS 49 (19.53% from 255) = 15.26%
BLUE value IS 244 (95.70% from 255) = 76.01%
R=8.72%
G=15.26%
B=76.01%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal28492440.890.8000.04234.1790.7653.33
Hex1C31F4595004ea5b35
Octal34613641311200435213365
Binary1110011000111110100101100110100000100111010101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C31F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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