#21125E

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

Shades of Paua #21125E

Tints of Paua #21125E

Color information

#21125E (or 0x21125E) is unknown color: approx Paua. HEX triplet: 21, 12 and 5E. RGB value is (33,18,94). Sum of RGB (Red+Green+Blue) = 33+18+94=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 94 (37.11% from 255 or 64.83% from 145); Max value from RGB is 94 - color contains mainly: blue. Hex color #21125E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21125E is #DEEDA1. Grayscale: #1E1E1E. Windows color (decimal): -14609826 or 6165025. OLE color: 6165025.

HSL color Cylindrical-coordinate representation of color #21125E: hue angle of 251.84º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21125E is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB331894-
CMYK0.650.8100.63
HSL251.84º67.86%21.96%-
HSV(B)251.84º80.85%36.86%-
XYZ2.861.5610.74-
YUV31.15163.47129.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.76%
GREEN value IS 18 (7.42% from 255) = 12.41%
BLUE value IS 94 (37.11% from 255) = 64.83%
R=22.76%
G=12.41%
B=64.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3318940.650.8100.63251.8467.8621.96
Hex21125E415103Ffc4416
Octal412213610112107737410426
Binary10000110010101111010000011010001011111111111100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21125E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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