Html Css Color HEX #25155B Paua

📋 copy color: '#25155B'

red 37 ◦ green 21 ◦ blue 91

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

Shades of Paua #25155B

Tints of Paua #25155B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.09%

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

R = 24.83%
G = 14.09%
B = 61.07%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25155B (or 0x25155B) is known color: Paua. HEX triplet: 25, 15 and 5B. RGB value is (37,21,91). Sum of RGB (Red+Green+Blue) = 37+21+91=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 91 (35.94% from 255 or 61.07% from 149); Max value from RGB is 91 - color contains mainly: blue. Hex color #25155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25155B is #DAEAA4. Grayscale: #212121. Windows color (decimal): -14346917 or 5969189. OLE color: 5969189.

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

Color convert

RGB 37 21 91 -
CMYK 0.59 0.77 0 0.64
HSL 253.71º 0.63% 0.22% -
HSV(B) 253.71º 0.77% 0.36% -
XYZ 2.92 1.68 10.07 -
YUV 33.76 160.3 130.31 -
System Red Green Blue C M Y K H S L
Decimal 37 21 91 0.59 0.77 0 0.64 253.71 0.63 0.22
Hex 25 15 5B 3B 4D 0 40 FE 3E 16
Octal 45 25 133 73 115 0 100 376 76 26
Binary 100101 10101 1011011 111011 1001101 0 1000000 11111110 111110 10110

Color Harmonies of #25155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25155B

Black with #25155B

Text Example


Text Example

White with #25155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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