Html Css Color HEX #252047 Paua

📋 copy color: '#252047'

red 37 ◦ green 32 ◦ blue 71

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

Shades of Paua #252047

Tints of Paua #252047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 50.71%

R = 26.43%
G = 22.86%
B = 50.71%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#252047 (or 0x252047) is known color: Paua. HEX triplet: 25, 20 and 47. RGB value is (37,32,71). Sum of RGB (Red+Green+Blue) = 37+32+71=140 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.43% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #252047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252047 is #DADFB8. Grayscale: #252525. Windows color (decimal): -14344121 or 4661285. OLE color: 4661285.

HSL color Cylindrical-coordinate representation of color #252047: hue angle of 247.69º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #252047 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 37 32 71 -
CMYK 0.48 0.55 0 0.72
HSL 247.69º 0.38% 0.2% -
HSV(B) 247.69º 0.55% 0.28% -
XYZ 2.42 1.88 6.2 -
YUV 37.94 146.66 127.33 -
System Red Green Blue C M Y K H S L
Decimal 37 32 71 0.48 0.55 0 0.72 247.69 0.38 0.2
Hex 25 20 47 30 37 0 48 F8 26 14
Octal 45 40 107 60 67 0 110 370 46 24
Binary 100101 100000 1000111 110000 110111 0 1001000 11111000 100110 10100

Color Harmonies of #252047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252047

Black with #252047

Text Example


Text Example

White with #252047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252047; }

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

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

background-color css

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

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

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

border-color css

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

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

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