#21125D

Color #21125D Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #21125D

Tints of Paua #21125D

Color information

#21125D (or 0x21125D) is unknown color: approx Paua. HEX triplet: 21, 12 and 5D. RGB value is (33,18,93). Sum of RGB (Red+Green+Blue) = 33+18+93=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #21125D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21125D is #DEEDA2. Grayscale: #1E1E1E. Windows color (decimal): -14609827 or 6099489. OLE color: 6099489.

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

Color convert

RGB331893-
CMYK0.650.8100.64
HSL252º67.57%21.76%-
HSV(B)252º80.65%36.47%-
XYZ2.821.5510.51-
YUV31.04162.97129.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.92%
GREEN value IS 18 (7.42% from 255) = 12.5%
BLUE value IS 93 (36.72% from 255) = 64.58%
R=22.92%
G=12.5%
B=64.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3318930.650.8100.6425267.5721.76
Hex21125D4151040fc4416
Octal4122135101121010037410426
Binary100001100101011101100000110100010100000011111100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21125D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,18,93); }

 H1.HeaderClassName
 {
   color: #21125D;
 }
 .AnyTagClassName
 {
   color: #21125D;
 }
</style>
background-color css

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

 a { background-color: rgb(33,18,93); }

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

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

 span { border-color: rgb(33,18,93); }

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