Html Css Color HEX #25205E Paua

📋 copy color: '#25205E'

red 37 ◦ green 32 ◦ blue 94

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

Shades of Paua #25205E

Tints of Paua #25205E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 57.67%

R = 22.7%
G = 19.63%
B = 57.67%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#25205E (or 0x25205E) is known color: Paua. HEX triplet: 25, 20 and 5E. RGB value is (37,32,94). Sum of RGB (Red+Green+Blue) = 37+32+94=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #25205E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25205E is #DADFA1. Grayscale: #282828. Windows color (decimal): -14344098 or 6168613. OLE color: 6168613.

HSL color Cylindrical-coordinate representation of color #25205E: hue angle of 244.84º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25205E is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 32 94 -
CMYK 0.61 0.66 0 0.63
HSL 244.84º 0.49% 0.25% -
HSV(B) 244.84º 0.66% 0.37% -
XYZ 3.3 2.23 10.85 -
YUV 40.56 158.16 125.46 -
System Red Green Blue C M Y K H S L
Decimal 37 32 94 0.61 0.66 0 0.63 244.84 0.49 0.25
Hex 25 20 5E 3D 42 0 3F F5 31 19
Octal 45 40 136 75 102 0 77 365 61 31
Binary 100101 100000 1011110 111101 1000010 0 111111 11110101 110001 11001

Color Harmonies of #25205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25205E

Black with #25205E

Text Example


Text Example

White with #25205E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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