#21135E

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

Shades of Paua #21135E

Tints of Paua #21135E

Color information

#21135E (or 0x21135E) is unknown color: approx Paua. HEX triplet: 21, 13 and 5E. RGB value is (33,19,94). Sum of RGB (Red+Green+Blue) = 33+19+94=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 94 (37.11% from 255 or 64.38% from 146); Max value from RGB is 94 - color contains mainly: blue. Hex color #21135E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21135E is #DEECA1. Grayscale: #1F1F1F. Windows color (decimal): -14609570 or 6165281. OLE color: 6165281.

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

Color convert

RGB331994-
CMYK0.650.8000.63
HSL251.2º66.37%22.16%-
HSV(B)251.2º79.79%36.86%-
XYZ2.881.610.75-
YUV31.74163.14128.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.60%
GREEN value IS 19 (7.81% from 255) = 13.01%
BLUE value IS 94 (37.11% from 255) = 64.38%
R=22.60%
G=13.01%
B=64.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3319940.650.8000.63251.266.3722.16
Hex21135E415003Ffb4216
Octal412313610112007737310226
Binary10000110011101111010000011010000011111111111011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21135E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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