#241AB4

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

Shades of Persian Blue #241AB4

Tints of Persian Blue #241AB4

Color information

#241AB4 (or 0x241AB4) is unknown color: approx Persian Blue. HEX triplet: 24, 1A and B4. RGB value is (36,26,180). Sum of RGB (Red+Green+Blue) = 36+26+180=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 180 (70.70% from 255 or 74.38% from 242); Max value from RGB is 180 - color contains mainly: blue. Hex color #241AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241AB4 is #DBE54B. Grayscale: #2D2D2D. Windows color (decimal): -14411084 or 11803172. OLE color: 11803172.

HSL color Cylindrical-coordinate representation of color #241AB4: hue angle of 243.9º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241AB4 is Cyan = 0.8, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3626180-
CMYK0.80.8600.29
HSL243.9º74.76%40.39%-
HSV(B)243.9º85.56%70.59%-
XYZ9.344.4143.54-
YUV46.55203.31120.48-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.88%
GREEN value IS 26 (10.55% from 255) = 10.74%
BLUE value IS 180 (70.70% from 255) = 74.38%
R=14.88%
G=10.74%
B=74.38%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal36261800.80.8600.29243.974.7640.39
Hex241AB4505601Df44b28
Octal443226412012603536411350
Binary100100110101011010010100001010110011101111101001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,26,180); }

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

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

 a { background-color: rgb(36,26,180); }

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

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

 span { border-color: rgb(36,26,180); }

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