#241FC2

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

Shades of Persian Blue #241FC2

Tints of Persian Blue #241FC2

Color information

#241FC2 (or 0x241FC2) is unknown color: approx Persian Blue. HEX triplet: 24, 1F and C2. RGB value is (36,31,194). Sum of RGB (Red+Green+Blue) = 36+31+194=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 194 (76.17% from 255 or 74.33% from 261); Max value from RGB is 194 - color contains mainly: blue. Hex color #241FC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241FC2 is #DBE03D. Grayscale: #323232. Windows color (decimal): -14409790 or 12721956. OLE color: 12721956.

HSL color Cylindrical-coordinate representation of color #241FC2: hue angle of 241.84º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #241FC2 is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3631194-
CMYK0.810.8400.24
HSL241.84º72.44%44.12%-
HSV(B)241.84º84.02%76.08%-
XYZ10.965.2551.47-
YUV51.08208.66117.25-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.79%
GREEN value IS 31 (12.5% from 255) = 11.88%
BLUE value IS 194 (76.17% from 255) = 74.33%
R=13.79%
G=11.88%
B=74.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal36311940.810.8400.24241.8472.4444.12
Hex241FC25154018f2482c
Octal443730212112403036211054
Binary100100111111100001010100011010100011000111100101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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