#21145F

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

Shades of Paua #21145F

Tints of Paua #21145F

Color information

#21145F (or 0x21145F) is unknown color: approx Paua. HEX triplet: 21, 14 and 5F. RGB value is (33,20,95). Sum of RGB (Red+Green+Blue) = 33+20+95=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 95 (37.5% from 255 or 64.19% from 148); Max value from RGB is 95 - color contains mainly: blue. Hex color #21145F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21145F is #DEEBA0. Grayscale: #202020. Windows color (decimal): -14609313 or 6231073. OLE color: 6231073.

HSL color Cylindrical-coordinate representation of color #21145F: hue angle of 250.4º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21145F is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB332095-
CMYK0.650.7900.63
HSL250.4º65.22%22.55%-
HSV(B)250.4º78.95%37.25%-
XYZ2.941.6510.99-
YUV32.44163.31128.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.30%
GREEN value IS 20 (8.20% from 255) = 13.51%
BLUE value IS 95 (37.5% from 255) = 64.19%
R=22.30%
G=13.51%
B=64.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3320950.650.7900.63250.465.2222.55
Hex21145F414F03Ffa4117
Octal412413710111707737210127
Binary10000110100101111110000011001111011111111111010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21145F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,20,95); }

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

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

 a { background-color: rgb(33,20,95); }

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

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

 span { border-color: rgb(33,20,95); }

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