Html Css Color HEX #25165A Paua

📋 copy color: '#25165A'

red 37 ◦ green 22 ◦ blue 90

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

Shades of Paua #25165A

Tints of Paua #25165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.77%

 BLUE value IS 90 (35.55% from 255) = 60.4%

R = 24.83%
G = 14.77%
B = 60.4%

CMYK

 C value IS 0.59

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#25165A (or 0x25165A) is known color: Paua. HEX triplet: 25, 16 and 5A. RGB value is (37,22,90). Sum of RGB (Red+Green+Blue) = 37+22+90=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 90 (35.55% from 255 or 60.40% from 149); Max value from RGB is 90 - color contains mainly: blue. Hex color #25165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25165A is #DAE9A5. Grayscale: #212121. Windows color (decimal): -14346662 or 5903909. OLE color: 5903909.

HSL color Cylindrical-coordinate representation of color #25165A: hue angle of 253.24º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25165A is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 22 90 -
CMYK 0.59 0.76 0 0.65
HSL 253.24º 0.61% 0.22% -
HSV(B) 253.24º 0.76% 0.35% -
XYZ 2.9 1.71 9.85 -
YUV 34.24 159.47 129.97 -
System Red Green Blue C M Y K H S L
Decimal 37 22 90 0.59 0.76 0 0.65 253.24 0.61 0.22
Hex 25 16 5A 3B 4C 0 41 FD 3D 16
Octal 45 26 132 73 114 0 101 375 75 26
Binary 100101 10110 1011010 111011 1001100 0 1000001 11111101 111101 10110

Color Harmonies of #25165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25165A

Black with #25165A

Text Example


Text Example

White with #25165A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,22,90); }

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

background-color css

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

 a { background-color: rgb(37,22,90); }

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

border-color css

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

 span { border-color: rgb(37,22,90); }

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