Html Css Color HEX #241557 Paua

📋 copy color: '#241557'

red 36 ◦ green 21 ◦ blue 87

#241557
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #241557

Tints of Paua #241557

RGB

 RED value IS 36 (14.45% from 255) = 25%

 GREEN value IS 21 (8.59% from 255) = 14.58%

 BLUE value IS 87 (34.38% from 255) = 60.42%

R = 25%
G = 14.58%
B = 60.42%

CMYK

 C value IS 0.59

 M value IS 0.76

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#241557 (or 0x241557) is known color: Paua. HEX triplet: 24, 15 and 57. RGB value is (36,21,87). Sum of RGB (Red+Green+Blue) = 36+21+87=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 87 (34.38% from 255 or 60.42% from 144); Max value from RGB is 87 - color contains mainly: blue. Hex color #241557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241557 is #DBEAA8. Grayscale: #202020. Windows color (decimal): -14412457 or 5707044. OLE color: 5707044.

HSL color Cylindrical-coordinate representation of color #241557: hue angle of 253.64º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #241557 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 36 21 87 -
CMYK 0.59 0.76 0 0.66
HSL 253.64º 0.61% 0.21% -
HSV(B) 253.64º 0.76% 0.34% -
XYZ 2.72 1.6 9.18 -
YUV 33.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 36 21 87 0.59 0.76 0 0.66 253.64 0.61 0.21
Hex 24 15 57 3B 4C 0 42 FE 3D 15
Octal 44 25 127 73 114 0 102 376 75 25
Binary 100100 10101 1010111 111011 1001100 0 1000010 11111110 111101 10101

Color Harmonies of #241557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241557

Black with #241557

Text Example


Text Example

White with #241557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241557; }

 p { color: rgb(36,21,87); }

 H1.HeaderClassName
 {
   color: #241557;
 }
 .AnyTagClassName
 {
   color: #241557;
 }
</style>

background-color css

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

 a { background-color: rgb(36,21,87); }

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

border-color css

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

 span { border-color: rgb(36,21,87); }

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