Html Css Color HEX #25145C Paua

📋 copy color: '#25145C'

red 37 ◦ green 20 ◦ blue 92

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

Shades of Paua #25145C

Tints of Paua #25145C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.42%

 BLUE value IS 92 (36.33% from 255) = 61.74%

R = 24.83%
G = 13.42%
B = 61.74%

CMYK

 C value IS 0.60

 M value IS 0.78

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25145C (or 0x25145C) is known color: Paua. HEX triplet: 25, 14 and 5C. RGB value is (37,20,92). Sum of RGB (Red+Green+Blue) = 37+20+92=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #25145C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25145C is #DAEBA3. Grayscale: #212121. Windows color (decimal): -14347172 or 6034469. OLE color: 6034469.

HSL color Cylindrical-coordinate representation of color #25145C: hue angle of 254.17º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25145C is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 20 92 -
CMYK 0.60 0.78 0 0.64
HSL 254.17º 0.64% 0.22% -
HSV(B) 254.17º 0.78% 0.36% -
XYZ 2.94 1.67 10.29 -
YUV 33.29 161.13 130.65 -
System Red Green Blue C M Y K H S L
Decimal 37 20 92 0.60 0.78 0 0.64 254.17 0.64 0.22
Hex 25 14 5C 3C 4E 0 40 FE 40 16
Octal 45 24 134 74 116 0 100 376 100 26
Binary 100101 10100 1011100 111100 1001110 0 1000000 11111110 1000000 10110

Color Harmonies of #25145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25145C

Black with #25145C

Text Example


Text Example

White with #25145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25145C; }

 p { color: rgb(37,20,92); }

 H1.HeaderClassName
 {
   color: #25145C;
 }
 .AnyTagClassName
 {
   color: #25145C;
 }
</style>

background-color css

<style>
 a { background-color: #25145C; }

 a { background-color: rgb(37,20,92); }

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

border-color css

<style>
 span { border-color: #25145C; }

 span { border-color: rgb(37,20,92); }

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