Html Css Color HEX #24215C Paua

📋 copy color: '#24215C'

red 36 ◦ green 33 ◦ blue 92

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

Shades of Paua #24215C

Tints of Paua #24215C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.5%

 BLUE value IS 92 (36.33% from 255) = 57.14%

R = 22.36%
G = 20.5%
B = 57.14%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24215C (or 0x24215C) is known color: Paua. HEX triplet: 24, 21 and 5C. RGB value is (36,33,92). Sum of RGB (Red+Green+Blue) = 36+33+92=161 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.36% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 92 (36.33% from 255 or 57.14% from 161); Max value from RGB is 92 - color contains mainly: blue. Hex color #24215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24215C is #DBDEA3. Grayscale: #282828. Windows color (decimal): -14409380 or 6037796. OLE color: 6037796.

HSL color Cylindrical-coordinate representation of color #24215C: hue angle of 243.05º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #24215C is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 33 92 -
CMYK 0.61 0.64 0 0.64
HSL 243.05º 0.47% 0.25% -
HSV(B) 243.05º 0.64% 0.36% -
XYZ 3.2 2.24 10.39 -
YUV 40.62 156.99 124.7 -
System Red Green Blue C M Y K H S L
Decimal 36 33 92 0.61 0.64 0 0.64 243.05 0.47 0.25
Hex 24 21 5C 3D 40 0 40 F3 2F 19
Octal 44 41 134 75 100 0 100 363 57 31
Binary 100100 100001 1011100 111101 1000000 0 1000000 11110011 101111 11001

Color Harmonies of #24215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24215C

Black with #24215C

Text Example


Text Example

White with #24215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24215C; }

 p { color: rgb(36,33,92); }

 H1.HeaderClassName
 {
   color: #24215C;
 }
 .AnyTagClassName
 {
   color: #24215C;
 }
</style>

background-color css

<style>
 a { background-color: #24215C; }

 a { background-color: rgb(36,33,92); }

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

border-color css

<style>
 span { border-color: #24215C; }

 span { border-color: rgb(36,33,92); }

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