#241459

Color #241459 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #241459

Tints of Paua #241459

Color information

#241459 (or 0x241459) is unknown color: approx Paua. HEX triplet: 24, 14 and 59. RGB value is (36,20,89). Sum of RGB (Red+Green+Blue) = 36+20+89=145 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.83% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 89 (35.16% from 255 or 61.38% from 145); Max value from RGB is 89 - color contains mainly: blue. Hex color #241459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241459 is #DBEBA6. Grayscale: #202020. Windows color (decimal): -14412711 or 5837860. OLE color: 5837860.

HSL color Cylindrical-coordinate representation of color #241459: hue angle of 253.91º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #241459 is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB362089-
CMYK0.600.7800.65
HSL253.91º63.3%21.37%-
HSV(B)253.91º77.53%34.9%-
XYZ2.781.69.61-
YUV32.65159.8130.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.83%
GREEN value IS 20 (8.20% from 255) = 13.79%
BLUE value IS 89 (35.16% from 255) = 61.38%
R=24.83%
G=13.79%
B=61.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3620890.600.7800.65253.9163.321.37
Hex2414593C4E041fe3f15
Octal44241317411601013767725
Binary1001001010010110011111001001110010000011111111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241459; }

 p { color: rgb(36,20,89); }

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

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

 a { background-color: rgb(36,20,89); }

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

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

 span { border-color: rgb(36,20,89); }

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