Html Css Color HEX #25204A Paua

📋 copy color: '#25204A'

red 37 ◦ green 32 ◦ blue 74

#25204A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #25204A

Tints of Paua #25204A

RGB

 RED value IS 37 (14.84% from 255) = 25.87%

 GREEN value IS 32 (12.89% from 255) = 22.38%

 BLUE value IS 74 (29.3% from 255) = 51.75%

R = 25.87%
G = 22.38%
B = 51.75%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#25204A (or 0x25204A) is known color: Paua. HEX triplet: 25, 20 and 4A. RGB value is (37,32,74). Sum of RGB (Red+Green+Blue) = 37+32+74=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 74 (29.30% from 255 or 51.75% from 143); Max value from RGB is 74 - color contains mainly: blue. Hex color #25204A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25204A is #DADFB5. Grayscale: #262626. Windows color (decimal): -14344118 or 4857893. OLE color: 4857893.

HSL color Cylindrical-coordinate representation of color #25204A: hue angle of 247.14º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #25204A is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 32 74 -
CMYK 0.50 0.57 0 0.71
HSL 247.14º 0.4% 0.21% -
HSV(B) 247.14º 0.57% 0.29% -
XYZ 2.52 1.92 6.72 -
YUV 38.28 148.16 127.08 -
System Red Green Blue C M Y K H S L
Decimal 37 32 74 0.50 0.57 0 0.71 247.14 0.4 0.21
Hex 25 20 4A 32 39 0 47 F7 28 15
Octal 45 40 112 62 71 0 107 367 50 25
Binary 100101 100000 1001010 110010 111001 0 1000111 11110111 101000 10101

Color Harmonies of #25204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25204A

Black with #25204A

Text Example


Text Example

White with #25204A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25204A;
 }
 .AnyTagClassName
 {
   color: #25204A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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