#21125A

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

Shades of Paua #21125A

Tints of Paua #21125A

Color information

#21125A (or 0x21125A) is unknown color: approx Paua. HEX triplet: 21, 12 and 5A. RGB value is (33,18,90). Sum of RGB (Red+Green+Blue) = 33+18+90=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #21125A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21125A is #DEEDA5. Grayscale: #1E1E1E. Windows color (decimal): -14609830 or 5902881. OLE color: 5902881.

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

Color convert

RGB331890-
CMYK0.630.8000.65
HSL252.5º66.67%21.18%-
HSV(B)252.5º80%35.29%-
XYZ2.691.499.82-
YUV30.69161.47129.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.40%
GREEN value IS 18 (7.42% from 255) = 12.77%
BLUE value IS 90 (35.55% from 255) = 63.83%
R=23.40%
G=12.77%
B=63.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3318900.630.8000.65252.566.6721.18
Hex21125A3F50041fc4315
Octal412213277120010137410325
Binary10000110010101101011111110100000100000111111100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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