#241FAB

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

Shades of Persian Blue #241FAB

Tints of Persian Blue #241FAB

Color information

#241FAB (or 0x241FAB) is unknown color: approx Persian Blue. HEX triplet: 24, 1F and AB. RGB value is (36,31,171). Sum of RGB (Red+Green+Blue) = 36+31+171=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #241FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241FAB is #DBE054. Grayscale: #2F2F2F. Windows color (decimal): -14409813 or 11214628. OLE color: 11214628.

HSL color Cylindrical-coordinate representation of color #241FAB: hue angle of 242.14º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #241FAB is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3631171-
CMYK0.790.8200.33
HSL242.14º69.31%39.61%-
HSV(B)242.14º81.87%67.06%-
XYZ8.574.338.91-
YUV48.46197.16119.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.13%
GREEN value IS 31 (12.5% from 255) = 13.03%
BLUE value IS 171 (67.19% from 255) = 71.85%
R=15.13%
G=13.03%
B=71.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal36311710.790.8200.33242.1469.3139.61
Hex241FAB4F52021f24528
Octal443725311712204136210550
Binary1001001111110101011100111110100100100001111100101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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