Html Css Color HEX #251462 Paris M

📋 copy color: '#251462'

red 37 ◦ green 20 ◦ blue 98

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

Shades of Paris M #251462

Tints of Paris M #251462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 63.23%

R = 23.87%
G = 12.9%
B = 63.23%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#251462 (or 0x251462) is known color: Paris M. HEX triplet: 25, 14 and 62. RGB value is (37,20,98). Sum of RGB (Red+Green+Blue) = 37+20+98=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 98 (38.67% from 255 or 63.23% from 155); Max value from RGB is 98 - color contains mainly: blue. Hex color #251462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251462 is #DAEB9D. Grayscale: #212121. Windows color (decimal): -14347166 or 6427685. OLE color: 6427685.

HSL color Cylindrical-coordinate representation of color #251462: hue angle of 253.08º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #251462 is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 37 20 98 -
CMYK 0.62 0.80 0 0.62
HSL 253.08º 0.66% 0.23% -
HSV(B) 253.08º 0.8% 0.38% -
XYZ 3.22 1.78 11.73 -
YUV 33.98 164.13 130.16 -
System Red Green Blue C M Y K H S L
Decimal 37 20 98 0.62 0.80 0 0.62 253.08 0.66 0.23
Hex 25 14 62 3E 50 0 3E FD 42 17
Octal 45 24 142 76 120 0 76 375 102 27
Binary 100101 10100 1100010 111110 1010000 0 111110 11111101 1000010 10111

Color Harmonies of #251462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251462

Black with #251462

Text Example


Text Example

White with #251462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251462; }

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

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

background-color css

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

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

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

border-color css

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

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

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