Html Css Color HEX #24115B Paua

📋 copy color: '#24115B'

red 36 ◦ green 17 ◦ blue 91

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

Shades of Paua #24115B

Tints of Paua #24115B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 63.19%

R = 25%
G = 11.81%
B = 63.19%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24115B (or 0x24115B) is known color: Paua. HEX triplet: 24, 11 and 5B. RGB value is (36,17,91). Sum of RGB (Red+Green+Blue) = 36+17+91=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 91 (35.94% from 255 or 63.19% from 144); Max value from RGB is 91 - color contains mainly: blue. Hex color #24115B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24115B is #DBEEA4. Grayscale: #1E1E1E. Windows color (decimal): -14413477 or 5968164. OLE color: 5968164.

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

Color convert

RGB 36 17 91 -
CMYK 0.60 0.81 0 0.64
HSL 255.41º 0.69% 0.21% -
HSV(B) 255.41º 0.81% 0.36% -
XYZ 2.82 1.53 10.04 -
YUV 31.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 36 17 91 0.60 0.81 0 0.64 255.41 0.69 0.21
Hex 24 11 5B 3C 51 0 40 FF 45 15
Octal 44 21 133 74 121 0 100 377 105 25
Binary 100100 10001 1011011 111100 1010001 0 1000000 11111111 1000101 10101

Color Harmonies of #24115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24115B

Black with #24115B

Text Example


Text Example

White with #24115B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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