#21105D

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

Shades of Paua #21105D

Tints of Paua #21105D

Color information

#21105D (or 0x21105D) is unknown color: approx Paua. HEX triplet: 21, 10 and 5D. RGB value is (33,16,93). Sum of RGB (Red+Green+Blue) = 33+16+93=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 93 (36.72% from 255 or 65.49% from 142); Max value from RGB is 93 - color contains mainly: blue. Hex color #21105D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21105D is #DEEFA2. Grayscale: #1D1D1D. Windows color (decimal): -14610339 or 6098977. OLE color: 6098977.

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

Color convert

RGB331693-
CMYK0.650.8300.64
HSL253.25º70.64%21.37%-
HSV(B)253.25º82.8%36.47%-
XYZ2.791.4810.5-
YUV29.86163.63130.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.24%
GREEN value IS 16 (6.64% from 255) = 11.27%
BLUE value IS 93 (36.72% from 255) = 65.49%
R=23.24%
G=11.27%
B=65.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3316930.650.8300.64253.2570.6421.37
Hex21105D4153040fd4715
Octal4120135101123010037510725
Binary100001100001011101100000110100110100000011111101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21105D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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