#21165A

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

Shades of Paua #21165A

Tints of Paua #21165A

Color information

#21165A (or 0x21165A) is unknown color: approx Paua. HEX triplet: 21, 16 and 5A. RGB value is (33,22,90). Sum of RGB (Red+Green+Blue) = 33+22+90=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #21165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21165A is #DEE9A5. Grayscale: #202020. Windows color (decimal): -14608806 or 5903905. OLE color: 5903905.

HSL color Cylindrical-coordinate representation of color #21165A: hue angle of 249.71º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21165A is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB332290-
CMYK0.630.7600.65
HSL249.71º60.71%21.96%-
HSV(B)249.71º75.56%35.29%-
XYZ2.761.649.84-
YUV33.04160.14127.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.76%
GREEN value IS 22 (8.98% from 255) = 15.17%
BLUE value IS 90 (35.55% from 255) = 62.07%
R=22.76%
G=15.17%
B=62.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3322900.630.7600.65249.7160.7121.96
Hex21165A3F4C041fa3d16
Octal41261327711401013727526
Binary1000011011010110101111111001100010000011111101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21165A; }

 p { color: rgb(33,22,90); }

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

<style>
 a { background-color: #21165A; }

 a { background-color: rgb(33,22,90); }

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

<style>
 span { border-color: #21165A; }

 span { border-color: rgb(33,22,90); }

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