Html Css Color HEX #25125C Paris M

📋 copy color: '#25125C'

red 37 ◦ green 18 ◦ blue 92

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

Shades of Paris M #25125C

Tints of Paris M #25125C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.24%

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

R = 25.17%
G = 12.24%
B = 62.59%

CMYK

 C value IS 0.60

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25125C (or 0x25125C) is known color: Paris M. HEX triplet: 25, 12 and 5C. RGB value is (37,18,92). Sum of RGB (Red+Green+Blue) = 37+18+92=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #25125C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25125C is #DAEDA3. Grayscale: #1F1F1F. Windows color (decimal): -14347684 or 6033957. OLE color: 6033957.

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

Color convert

RGB 37 18 92 -
CMYK 0.60 0.80 0 0.64
HSL 255.41º 0.67% 0.22% -
HSV(B) 255.41º 0.8% 0.36% -
XYZ 2.91 1.6 10.28 -
YUV 32.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 37 18 92 0.60 0.80 0 0.64 255.41 0.67 0.22
Hex 25 12 5C 3C 50 0 40 FF 43 16
Octal 45 22 134 74 120 0 100 377 103 26
Binary 100101 10010 1011100 111100 1010000 0 1000000 11111111 1000011 10110

Color Harmonies of #25125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25125C

Black with #25125C

Text Example


Text Example

White with #25125C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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