#241FE1

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

Shades of Persian Blue #241FE1

Tints of Persian Blue #241FE1

Color information

#241FE1 (or 0x241FE1) is unknown color: approx Persian Blue. HEX triplet: 24, 1F and E1. RGB value is (36,31,225). Sum of RGB (Red+Green+Blue) = 36+31+225=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 225 (88.28% from 255 or 77.05% from 292); Max value from RGB is 225 - color contains mainly: blue. Hex color #241FE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241FE1 is #DBE01E. Grayscale: #353535. Windows color (decimal): -14409759 or 14753572. OLE color: 14753572.

HSL color Cylindrical-coordinate representation of color #241FE1: hue angle of 241.55º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241FE1 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB3631225-
CMYK0.840.8600.12
HSL241.55º76.38%50.2%-
HSV(B)241.55º86.22%88.24%-
XYZ14.816.7971.76-
YUV54.61224.16114.73-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.33%
GREEN value IS 31 (12.5% from 255) = 10.62%
BLUE value IS 225 (88.28% from 255) = 77.05%
R=12.33%
G=10.62%
B=77.05%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal36312250.840.8600.12241.5576.3850.2
Hex241FE154560Cf24c32
Octal443734112412601436211462
Binary10010011111111000011010100101011001100111100101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241FE1; }

 p { color: rgb(36,31,225); }

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

<style>
 a { background-color: #241FE1; }

 a { background-color: rgb(36,31,225); }

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

<style>
 span { border-color: #241FE1; }

 span { border-color: rgb(36,31,225); }

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