#25155A

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

Shades of Paua #25155A

Tints of Paua #25155A

Color information

#25155A (or 0x25155A) is unknown color: approx Paua. HEX triplet: 25, 15 and 5A. RGB value is (37,21,90). Sum of RGB (Red+Green+Blue) = 37+21+90=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 90 (35.55% from 255 or 60.81% from 148); Max value from RGB is 90 - color contains mainly: blue. Hex color #25155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25155A is #DAEAA5. Grayscale: #212121. Windows color (decimal): -14346918 or 5903653. OLE color: 5903653.

HSL color Cylindrical-coordinate representation of color #25155A: hue angle of 253.91º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25155A is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB372190-
CMYK0.590.7700.65
HSL253.91º62.16%21.76%-
HSV(B)253.91º76.67%35.29%-
XYZ2.881.679.84-
YUV33.65159.8130.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25%
GREEN value IS 21 (8.59% from 255) = 14.19%
BLUE value IS 90 (35.55% from 255) = 60.81%
R=25%
G=14.19%
B=60.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3721900.590.7700.65253.9162.1621.76
Hex25155A3B4D041fe3e16
Octal45251327311501013767626
Binary1001011010110110101110111001101010000011111111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,21,90); }

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

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

 a { background-color: rgb(37,21,90); }

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

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

 span { border-color: rgb(37,21,90); }

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