Html Css Color HEX #24155D Paua

📋 copy color: '#24155D'

red 36 ◦ green 21 ◦ blue 93

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

Shades of Paua #24155D

Tints of Paua #24155D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 62%

R = 24%
G = 14%
B = 62%

CMYK

 C value IS 0.61

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24155D (or 0x24155D) is known color: Paua. HEX triplet: 24, 15 and 5D. RGB value is (36,21,93). Sum of RGB (Red+Green+Blue) = 36+21+93=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 93 (36.72% from 255 or 62% from 150); Max value from RGB is 93 - color contains mainly: blue. Hex color #24155D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24155D is #DBEAA2. Grayscale: #212121. Windows color (decimal): -14412451 or 6100260. OLE color: 6100260.

HSL color Cylindrical-coordinate representation of color #24155D: hue angle of 252.5º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24155D is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 21 93 -
CMYK 0.61 0.77 0 0.64
HSL 252.5º 0.63% 0.22% -
HSV(B) 252.5º 0.77% 0.36% -
XYZ 2.97 1.7 10.53 -
YUV 33.69 161.47 129.65 -
System Red Green Blue C M Y K H S L
Decimal 36 21 93 0.61 0.77 0 0.64 252.5 0.63 0.22
Hex 24 15 5D 3D 4D 0 40 FD 3F 16
Octal 44 25 135 75 115 0 100 375 77 26
Binary 100100 10101 1011101 111101 1001101 0 1000000 11111101 111111 10110

Color Harmonies of #24155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24155D

Black with #24155D

Text Example


Text Example

White with #24155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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