#2D2157

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

Shades of Paua #2D2157

Tints of Paua #2D2157

Color information

#2D2157 (or 0x2D2157) is unknown color: approx Paua. HEX triplet: 2D, 21 and 57. RGB value is (45,33,87). Sum of RGB (Red+Green+Blue) = 45+33+87=165 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.27% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #2D2157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2157 is #D2DEA8. Grayscale: #2A2A2A. Windows color (decimal): -13819561 or 5710125. OLE color: 5710125.

HSL color Cylindrical-coordinate representation of color #2D2157: hue angle of 253.33º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D2157 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB453387-
CMYK0.480.6200.66
HSL253.33º45%23.53%-
HSV(B)253.33º62.07%34.12%-
XYZ3.352.339.29-
YUV42.74152.98129.61-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.27%
GREEN value IS 33 (13.28% from 255) = 20%
BLUE value IS 87 (34.38% from 255) = 52.73%
R=27.27%
G=20%
B=52.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4533870.480.6200.66253.334523.53
Hex2D2157303E042fd2d18
Octal5541127607601023755530
Binary1011011000011010111110000111110010000101111110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D2157; }

 p { color: rgb(45,33,87); }

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

<style>
 a { background-color: #2D2157; }

 a { background-color: rgb(45,33,87); }

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

<style>
 span { border-color: #2D2157; }

 span { border-color: rgb(45,33,87); }

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