Html Css Color HEX #25185F Paris M

📋 copy color: '#25185F'

red 37 ◦ green 24 ◦ blue 95

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

Shades of Paris M #25185F

Tints of Paris M #25185F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.38%

 BLUE value IS 95 (37.5% from 255) = 60.9%

R = 23.72%
G = 15.38%
B = 60.9%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#25185F (or 0x25185F) is known color: Paris M. HEX triplet: 25, 18 and 5F. RGB value is (37,24,95). Sum of RGB (Red+Green+Blue) = 37+24+95=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 95 (37.5% from 255 or 60.90% from 156); Max value from RGB is 95 - color contains mainly: blue. Hex color #25185F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25185F is #DAE7A0. Grayscale: #232323. Windows color (decimal): -14346145 or 6232101. OLE color: 6232101.

HSL color Cylindrical-coordinate representation of color #25185F: hue angle of 250.99º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25185F is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 24 95 -
CMYK 0.61 0.75 0 0.63
HSL 250.99º 0.6% 0.23% -
HSV(B) 250.99º 0.75% 0.37% -
XYZ 3.16 1.87 11.02 -
YUV 35.98 161.31 128.73 -
System Red Green Blue C M Y K H S L
Decimal 37 24 95 0.61 0.75 0 0.63 250.99 0.6 0.23
Hex 25 18 5F 3D 4B 0 3F FB 3C 17
Octal 45 30 137 75 113 0 77 373 74 27
Binary 100101 11000 1011111 111101 1001011 0 111111 11111011 111100 10111

Color Harmonies of #25185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25185F

Black with #25185F

Text Example


Text Example

White with #25185F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25185F; }

 p { color: rgb(37,24,95); }

 H1.HeaderClassName
 {
   color: #25185F;
 }
 .AnyTagClassName
 {
   color: #25185F;
 }
</style>

background-color css

<style>
 a { background-color: #25185F; }

 a { background-color: rgb(37,24,95); }

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

border-color css

<style>
 span { border-color: #25185F; }

 span { border-color: rgb(37,24,95); }

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