#241259

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

Shades of Paua #241259

Tints of Paua #241259

Color information

#241259 (or 0x241259) is unknown color: approx Paua. HEX triplet: 24, 12 and 59. RGB value is (36,18,89). Sum of RGB (Red+Green+Blue) = 36+18+89=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 89 (35.16% from 255 or 62.24% from 143); Max value from RGB is 89 - color contains mainly: blue. Hex color #241259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241259 is #DBEDA6. Grayscale: #1F1F1F. Windows color (decimal): -14413223 or 5837348. OLE color: 5837348.

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

Color convert

RGB361889-
CMYK0.600.8000.65
HSL255.21º66.36%20.98%-
HSV(B)255.21º79.78%34.9%-
XYZ2.751.539.6-
YUV31.48160.46131.23-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.17%
GREEN value IS 18 (7.42% from 255) = 12.59%
BLUE value IS 89 (35.16% from 255) = 62.24%
R=25.17%
G=12.59%
B=62.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3618890.600.8000.65255.2166.3620.98
Hex2412593C50041ff4215
Octal442213174120010137710225
Binary10010010010101100111110010100000100000111111111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241259; }

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

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

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

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

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

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

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

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