#25205A

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

Shades of Paua #25205A

Tints of Paua #25205A

Color information

#25205A (or 0x25205A) is unknown color: approx Paua. HEX triplet: 25, 20 and 5A. RGB value is (37,32,90). Sum of RGB (Red+Green+Blue) = 37+32+90=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 90 (35.55% from 255 or 56.60% from 159); Max value from RGB is 90 - color contains mainly: blue. Hex color #25205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25205A is #DADFA5. Grayscale: #272727. Windows color (decimal): -14344102 or 5906469. OLE color: 5906469.

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

Color convert

RGB373290-
CMYK0.590.6400.65
HSL245.17º47.54%23.92%-
HSV(B)245.17º64.44%35.29%-
XYZ3.122.169.93-
YUV40.11156.16125.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.27%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 90 (35.55% from 255) = 56.60%
R=23.27%
G=20.13%
B=56.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3732900.590.6400.65245.1747.5423.92
Hex25205A3B40041f53018
Octal45401327310001013656030
Binary10010110000010110101110111000000010000011111010111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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