Html Css Color HEX #25175A Paua

📋 copy color: '#25175A'

red 37 ◦ green 23 ◦ blue 90

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

Shades of Paua #25175A

Tints of Paua #25175A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.33%

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

R = 24.67%
G = 15.33%
B = 60%

CMYK

 C value IS 0.59

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#25175A (or 0x25175A) is known color: Paua. HEX triplet: 25, 17 and 5A. RGB value is (37,23,90). Sum of RGB (Red+Green+Blue) = 37+23+90=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 90 (35.55% from 255 or 60% from 150); Max value from RGB is 90 - color contains mainly: blue. Hex color #25175A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25175A is #DAE8A5. Grayscale: #222222. Windows color (decimal): -14346406 or 5904165. OLE color: 5904165.

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

Color convert

RGB 37 23 90 -
CMYK 0.59 0.74 0 0.65
HSL 252.54º 0.59% 0.22% -
HSV(B) 252.54º 0.74% 0.35% -
XYZ 2.91 1.74 9.86 -
YUV 34.82 159.14 129.55 -
System Red Green Blue C M Y K H S L
Decimal 37 23 90 0.59 0.74 0 0.65 252.54 0.59 0.22
Hex 25 17 5A 3B 4A 0 41 FD 3B 16
Octal 45 27 132 73 112 0 101 375 73 26
Binary 100101 10111 1011010 111011 1001010 0 1000001 11111101 111011 10110

Color Harmonies of #25175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25175A

Black with #25175A

Text Example


Text Example

White with #25175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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