Html Css Color HEX #252161 Paris M

📋 copy color: '#252161'

red 37 ◦ green 33 ◦ blue 97

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

Shades of Paris M #252161

Tints of Paris M #252161

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.76%

 BLUE value IS 97 (38.28% from 255) = 58.08%

R = 22.16%
G = 19.76%
B = 58.08%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#252161 (or 0x252161) is known color: Paris M. HEX triplet: 25, 21 and 61. RGB value is (37,33,97). Sum of RGB (Red+Green+Blue) = 37+33+97=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 97 (38.28% from 255 or 58.08% from 167); Max value from RGB is 97 - color contains mainly: blue. Hex color #252161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252161 is #DADE9E. Grayscale: #292929. Windows color (decimal): -14343839 or 6365477. OLE color: 6365477.

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

Color convert

RGB 37 33 97 -
CMYK 0.62 0.66 0 0.62
HSL 243.75º 0.49% 0.25% -
HSV(B) 243.75º 0.66% 0.38% -
XYZ 3.46 2.34 11.58 -
YUV 41.49 159.33 124.8 -
System Red Green Blue C M Y K H S L
Decimal 37 33 97 0.62 0.66 0 0.62 243.75 0.49 0.25
Hex 25 21 61 3E 42 0 3E F4 31 19
Octal 45 41 141 76 102 0 76 364 61 31
Binary 100101 100001 1100001 111110 1000010 0 111110 11110100 110001 11001

Color Harmonies of #252161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252161

Black with #252161

Text Example


Text Example

White with #252161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252161; }

 p { color: rgb(37,33,97); }

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

background-color css

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

 a { background-color: rgb(37,33,97); }

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

border-color css

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

 span { border-color: rgb(37,33,97); }

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