Html Css Color HEX #251262 Paris M

📋 copy color: '#251262'

red 37 ◦ green 18 ◦ blue 98

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

Shades of Paris M #251262

Tints of Paris M #251262

RGB

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

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

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

R = 24.18%
G = 11.76%
B = 64.05%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#251262 (or 0x251262) is known color: Paris M. HEX triplet: 25, 12 and 62. RGB value is (37,18,98). Sum of RGB (Red+Green+Blue) = 37+18+98=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 98 (38.67% from 255 or 64.05% from 153); Max value from RGB is 98 - color contains mainly: blue. Hex color #251262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251262 is #DAED9D. Grayscale: #202020. Windows color (decimal): -14347678 or 6427173. OLE color: 6427173.

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

Color convert

RGB 37 18 98 -
CMYK 0.62 0.82 0 0.62
HSL 254.25º 0.69% 0.23% -
HSV(B) 254.25º 0.82% 0.38% -
XYZ 3.18 1.71 11.72 -
YUV 32.8 164.79 131 -
System Red Green Blue C M Y K H S L
Decimal 37 18 98 0.62 0.82 0 0.62 254.25 0.69 0.23
Hex 25 12 62 3E 52 0 3E FE 45 17
Octal 45 22 142 76 122 0 76 376 105 27
Binary 100101 10010 1100010 111110 1010010 0 111110 11111110 1000101 10111

Color Harmonies of #251262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251262

Black with #251262

Text Example


Text Example

White with #251262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251262; }

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

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

background-color css

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

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

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

border-color css

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

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

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