Html Css Color HEX #241559 Paua

📋 copy color: '#241559'

red 36 ◦ green 21 ◦ blue 89

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

Shades of Paua #241559

Tints of Paua #241559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 60.96%

R = 24.66%
G = 14.38%
B = 60.96%

CMYK

 C value IS 0.60

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#241559 (or 0x241559) is known color: Paua. HEX triplet: 24, 15 and 59. RGB value is (36,21,89). Sum of RGB (Red+Green+Blue) = 36+21+89=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 89 (35.16% from 255 or 60.96% from 146); Max value from RGB is 89 - color contains mainly: blue. Hex color #241559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241559 is #DBEAA6. Grayscale: #202020. Windows color (decimal): -14412455 or 5838116. OLE color: 5838116.

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

Color convert

RGB 36 21 89 -
CMYK 0.60 0.76 0 0.65
HSL 253.24º 0.62% 0.22% -
HSV(B) 253.24º 0.76% 0.35% -
XYZ 2.8 1.63 9.62 -
YUV 33.24 159.47 129.97 -
System Red Green Blue C M Y K H S L
Decimal 36 21 89 0.60 0.76 0 0.65 253.24 0.62 0.22
Hex 24 15 59 3C 4C 0 41 FD 3E 16
Octal 44 25 131 74 114 0 101 375 76 26
Binary 100100 10101 1011001 111100 1001100 0 1000001 11111101 111110 10110

Color Harmonies of #241559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241559

Black with #241559

Text Example


Text Example

White with #241559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241559; }

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

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

background-color css

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

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

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

border-color css

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

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

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