#25215C

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

Shades of Paua #25215C

Tints of Paua #25215C

Color information

#25215C (or 0x25215C) is unknown color: approx Paua. HEX triplet: 25, 21 and 5C. RGB value is (37,33,92). Sum of RGB (Red+Green+Blue) = 37+33+92=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 92 (36.33% from 255 or 56.79% from 162); Max value from RGB is 92 - color contains mainly: blue. Hex color #25215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25215C is #DADEA3. Grayscale: #282828. Windows color (decimal): -14343844 or 6037797. OLE color: 6037797.

HSL color Cylindrical-coordinate representation of color #25215C: hue angle of 244.07º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #25215C is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB373392-
CMYK0.600.6400.64
HSL244.07º47.2%24.51%-
HSV(B)244.07º64.13%36.08%-
XYZ3.242.2510.39-
YUV40.92156.83125.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.84%
GREEN value IS 33 (13.28% from 255) = 20.37%
BLUE value IS 92 (36.33% from 255) = 56.79%
R=22.84%
G=20.37%
B=56.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3733920.600.6400.64244.0747.224.51
Hex25215C3C40040f42f19
Octal45411347410001003645731
Binary10010110000110111001111001000000010000001111010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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