Html Css Color HEX #25205B Paua

📋 copy color: '#25205B'

red 37 ◦ green 32 ◦ blue 91

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

Shades of Paua #25205B

Tints of Paua #25205B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 56.88%

R = 23.13%
G = 20%
B = 56.88%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25205B (or 0x25205B) is known color: Paua. HEX triplet: 25, 20 and 5B. RGB value is (37,32,91). Sum of RGB (Red+Green+Blue) = 37+32+91=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 91 (35.94% from 255 or 56.88% from 160); Max value from RGB is 91 - color contains mainly: blue. Hex color #25205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25205B is #DADFA4. Grayscale: #272727. Windows color (decimal): -14344101 or 5972005. OLE color: 5972005.

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

Color convert

RGB 37 32 91 -
CMYK 0.59 0.65 0 0.64
HSL 245.08º 0.48% 0.24% -
HSV(B) 245.08º 0.65% 0.36% -
XYZ 3.17 2.18 10.15 -
YUV 40.22 156.66 125.7 -
System Red Green Blue C M Y K H S L
Decimal 37 32 91 0.59 0.65 0 0.64 245.08 0.48 0.24
Hex 25 20 5B 3B 41 0 40 F5 30 18
Octal 45 40 133 73 101 0 100 365 60 30
Binary 100101 100000 1011011 111011 1000001 0 1000000 11110101 110000 11000

Color Harmonies of #25205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25205B

Black with #25205B

Text Example


Text Example

White with #25205B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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