Html Css Color HEX #24205F Paua

📋 copy color: '#24205F'

red 36 ◦ green 32 ◦ blue 95

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

Shades of Paua #24205F

Tints of Paua #24205F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.63%

 BLUE value IS 95 (37.5% from 255) = 58.28%

R = 22.09%
G = 19.63%
B = 58.28%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#24205F (or 0x24205F) is known color: Paua. HEX triplet: 24, 20 and 5F. RGB value is (36,32,95). Sum of RGB (Red+Green+Blue) = 36+32+95=163 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.09% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 95 (37.5% from 255 or 58.28% from 163); Max value from RGB is 95 - color contains mainly: blue. Hex color #24205F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24205F is #DBDFA0. Grayscale: #282828. Windows color (decimal): -14409633 or 6234148. OLE color: 6234148.

HSL color Cylindrical-coordinate representation of color #24205F: hue angle of 243.81º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #24205F is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 36 32 95 -
CMYK 0.62 0.66 0 0.63
HSL 243.81º 0.5% 0.25% -
HSV(B) 243.81º 0.66% 0.37% -
XYZ 3.31 2.23 11.08 -
YUV 40.38 158.83 124.88 -
System Red Green Blue C M Y K H S L
Decimal 36 32 95 0.62 0.66 0 0.63 243.81 0.5 0.25
Hex 24 20 5F 3E 42 0 3F F4 32 19
Octal 44 40 137 76 102 0 77 364 62 31
Binary 100100 100000 1011111 111110 1000010 0 111111 11110100 110010 11001

Color Harmonies of #24205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24205F

Black with #24205F

Text Example


Text Example

White with #24205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24205F; }

 p { color: rgb(36,32,95); }

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

background-color css

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

 a { background-color: rgb(36,32,95); }

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

border-color css

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

 span { border-color: rgb(36,32,95); }

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