#25215A

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

Shades of Paua #25215A

Tints of Paua #25215A

Color information

#25215A (or 0x25215A) is unknown color: approx Paua. HEX triplet: 25, 21 and 5A. RGB value is (37,33,90). Sum of RGB (Red+Green+Blue) = 37+33+90=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #25215A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25215A is #DADEA5. Grayscale: #282828. Windows color (decimal): -14343846 or 5906725. OLE color: 5906725.

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

Color convert

RGB373390-
CMYK0.590.6300.65
HSL244.21º46.34%24.12%-
HSV(B)244.21º63.33%35.29%-
XYZ3.152.229.94-
YUV40.69155.83125.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.12%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 90 (35.55% from 255) = 56.25%
R=23.12%
G=20.62%
B=56.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3733900.590.6300.65244.2146.3424.12
Hex25215A3B3F041f42e18
Octal4541132737701013645630
Binary1001011000011011010111011111111010000011111010010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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