#241258

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

Shades of Paua #241258

Tints of Paua #241258

Color information

#241258 (or 0x241258) is unknown color: approx Paua. HEX triplet: 24, 12 and 58. RGB value is (36,18,88). Sum of RGB (Red+Green+Blue) = 36+18+88=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 88 (34.77% from 255 or 61.97% from 142); Max value from RGB is 88 - color contains mainly: blue. Hex color #241258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241258 is #DBEDA7. Grayscale: #1F1F1F. Windows color (decimal): -14413224 or 5771812. OLE color: 5771812.

HSL color Cylindrical-coordinate representation of color #241258: hue angle of 255.43º 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 #241258 is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB361888-
CMYK0.590.8000.65
HSL255.43º66.04%20.78%-
HSV(B)255.43º79.55%34.51%-
XYZ2.711.519.38-
YUV31.36159.96131.31-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.35%
GREEN value IS 18 (7.42% from 255) = 12.68%
BLUE value IS 88 (34.77% from 255) = 61.97%
R=25.35%
G=12.68%
B=61.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3618880.590.8000.65255.4366.0420.78
Hex2412583B50041ff4215
Octal442213073120010137710225
Binary10010010010101100011101110100000100000111111111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241258; }

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

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

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

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

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

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

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

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