Html Css Color HEX #24155A Paua

📋 copy color: '#24155A'

red 36 ◦ green 21 ◦ blue 90

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

Shades of Paua #24155A

Tints of Paua #24155A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 61.22%

R = 24.49%
G = 14.29%
B = 61.22%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#24155A (or 0x24155A) is known color: Paua. HEX triplet: 24, 15 and 5A. RGB value is (36,21,90). Sum of RGB (Red+Green+Blue) = 36+21+90=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 90 (35.55% from 255 or 61.22% from 147); Max value from RGB is 90 - color contains mainly: blue. Hex color #24155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24155A is #DBEAA5. Grayscale: #212121. Windows color (decimal): -14412454 or 5903652. OLE color: 5903652.

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

Color convert

RGB 36 21 90 -
CMYK 0.60 0.77 0 0.65
HSL 253.04º 0.62% 0.22% -
HSV(B) 253.04º 0.77% 0.35% -
XYZ 2.84 1.65 9.84 -
YUV 33.35 159.97 129.89 -
System Red Green Blue C M Y K H S L
Decimal 36 21 90 0.60 0.77 0 0.65 253.04 0.62 0.22
Hex 24 15 5A 3C 4D 0 41 FD 3E 16
Octal 44 25 132 74 115 0 101 375 76 26
Binary 100100 10101 1011010 111100 1001101 0 1000001 11111101 111110 10110

Color Harmonies of #24155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24155A

Black with #24155A

Text Example


Text Example

White with #24155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24155A; }

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

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

background-color css

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

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

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

border-color css

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

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

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