#241FCA

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

Shades of Persian Blue #241FCA

Tints of Persian Blue #241FCA

Color information

#241FCA (or 0x241FCA) is unknown color: approx Persian Blue. HEX triplet: 24, 1F and CA. RGB value is (36,31,202). Sum of RGB (Red+Green+Blue) = 36+31+202=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 202 (79.30% from 255 or 75.09% from 269); Max value from RGB is 202 - color contains mainly: blue. Hex color #241FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241FCA is #DBE035. Grayscale: #333333. Windows color (decimal): -14409782 or 13246244. OLE color: 13246244.

HSL color Cylindrical-coordinate representation of color #241FCA: hue angle of 241.75º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #241FCA is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3631202-
CMYK0.820.8500.21
HSL241.75º73.39%45.69%-
HSV(B)241.75º84.65%79.22%-
XYZ11.885.6256.34-
YUV51.99212.66116.6-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.38%
GREEN value IS 31 (12.5% from 255) = 11.52%
BLUE value IS 202 (79.30% from 255) = 75.09%
R=13.38%
G=11.52%
B=75.09%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal36312020.820.8500.21241.7573.3945.69
Hex241FCA5255015f2492e
Octal443731212212502536211156
Binary100100111111100101010100101010101010101111100101001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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