Html Css Color HEX #251966 Paris M

📋 copy color: '#251966'

red 37 ◦ green 25 ◦ blue 102

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

Shades of Paris M #251966

Tints of Paris M #251966

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.24%

 BLUE value IS 102 (40.23% from 255) = 62.2%

R = 22.56%
G = 15.24%
B = 62.2%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#251966 (or 0x251966) is known color: Paris M. HEX triplet: 25, 19 and 66. RGB value is (37,25,102). Sum of RGB (Red+Green+Blue) = 37+25+102=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 102 (40.23% from 255 or 62.20% from 164); Max value from RGB is 102 - color contains mainly: blue. Hex color #251966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251966 is #DAE699. Grayscale: #252525. Windows color (decimal): -14345882 or 6691109. OLE color: 6691109.

HSL color Cylindrical-coordinate representation of color #251966: hue angle of 249.35º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #251966 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 37 25 102 -
CMYK 0.64 0.75 0 0.6
HSL 249.35º 0.61% 0.25% -
HSV(B) 249.35º 0.75% 0.4% -
XYZ 3.51 2.05 12.78 -
YUV 37.37 164.48 127.74 -
System Red Green Blue C M Y K H S L
Decimal 37 25 102 0.64 0.75 0 0.6 249.35 0.61 0.25
Hex 25 19 66 40 4B 0 3C F9 3D 19
Octal 45 31 146 100 113 0 74 371 75 31
Binary 100101 11001 1100110 1000000 1001011 0 111100 11111001 111101 11001

Color Harmonies of #251966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251966

Black with #251966

Text Example


Text Example

White with #251966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251966; }

 p { color: rgb(37,25,102); }

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

background-color css

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

 a { background-color: rgb(37,25,102); }

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

border-color css

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

 span { border-color: rgb(37,25,102); }

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