Html Css Color HEX #24115A Paua

📋 copy color: '#24115A'

red 36 ◦ green 17 ◦ blue 90

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

Shades of Paua #24115A

Tints of Paua #24115A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.89%

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

R = 25.17%
G = 11.89%
B = 62.94%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#24115A (or 0x24115A) is known color: Paua. HEX triplet: 24, 11 and 5A. RGB value is (36,17,90). Sum of RGB (Red+Green+Blue) = 36+17+90=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 90 (35.55% from 255 or 62.94% from 143); Max value from RGB is 90 - color contains mainly: blue. Hex color #24115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24115A is #DBEEA5. Grayscale: #1E1E1E. Windows color (decimal): -14413478 or 5902628. OLE color: 5902628.

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

Color convert

RGB 36 17 90 -
CMYK 0.60 0.81 0 0.65
HSL 255.62º 0.68% 0.21% -
HSV(B) 255.62º 0.81% 0.35% -
XYZ 2.77 1.51 9.82 -
YUV 31 161.29 131.56 -
System Red Green Blue C M Y K H S L
Decimal 36 17 90 0.60 0.81 0 0.65 255.62 0.68 0.21
Hex 24 11 5A 3C 51 0 41 100 44 15
Octal 44 21 132 74 121 0 101 400 104 25
Binary 100100 10001 1011010 111100 1010001 0 1000001 100000000 1000100 10101

Color Harmonies of #24115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24115A

Black with #24115A

Text Example


Text Example

White with #24115A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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