#21105A

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

Shades of Paua #21105A

Tints of Paua #21105A

Color information

#21105A (or 0x21105A) is unknown color: approx Paua. HEX triplet: 21, 10 and 5A. RGB value is (33,16,90). Sum of RGB (Red+Green+Blue) = 33+16+90=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 90 (35.55% from 255 or 64.75% from 139); Max value from RGB is 90 - color contains mainly: blue. Hex color #21105A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21105A is #DEEFA5. Grayscale: #1D1D1D. Windows color (decimal): -14610342 or 5902369. OLE color: 5902369.

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

Color convert

RGB331690-
CMYK0.630.8200.65
HSL253.78º69.81%20.78%-
HSV(B)253.78º82.22%35.29%-
XYZ2.661.439.81-
YUV29.52162.13130.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.74%
GREEN value IS 16 (6.64% from 255) = 11.51%
BLUE value IS 90 (35.55% from 255) = 64.75%
R=23.74%
G=11.51%
B=64.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3316900.630.8200.65253.7869.8120.78
Hex21105A3F52041fe4615
Octal412013277122010137610625
Binary10000110000101101011111110100100100000111111110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21105A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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