Html Css Color HEX #25135A Paua

📋 copy color: '#25135A'

red 37 ◦ green 19 ◦ blue 90

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

Shades of Paua #25135A

Tints of Paua #25135A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.01%

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

R = 25.34%
G = 13.01%
B = 61.64%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#25135A (or 0x25135A) is known color: Paua. HEX triplet: 25, 13 and 5A. RGB value is (37,19,90). Sum of RGB (Red+Green+Blue) = 37+19+90=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #25135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25135A is #DAECA5. Grayscale: #202020. Windows color (decimal): -14347430 or 5903141. OLE color: 5903141.

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

Color convert

RGB 37 19 90 -
CMYK 0.59 0.79 0 0.65
HSL 255.21º 0.65% 0.21% -
HSV(B) 255.21º 0.79% 0.35% -
XYZ 2.84 1.6 9.83 -
YUV 32.48 160.46 131.23 -
System Red Green Blue C M Y K H S L
Decimal 37 19 90 0.59 0.79 0 0.65 255.21 0.65 0.21
Hex 25 13 5A 3B 4F 0 41 FF 41 15
Octal 45 23 132 73 117 0 101 377 101 25
Binary 100101 10011 1011010 111011 1001111 0 1000001 11111111 1000001 10101

Color Harmonies of #25135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25135A

Black with #25135A

Text Example


Text Example

White with #25135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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