Html Css Color HEX #262561 Paris M

📋 copy color: '#262561'

red 38 ◦ green 37 ◦ blue 97

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

Shades of Paris M #262561

Tints of Paris M #262561

RGB

 RED value IS 38 (15.23% from 255) = 22.09%

 GREEN value IS 37 (14.84% from 255) = 21.51%

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

R = 22.09%
G = 21.51%
B = 56.4%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#262561 (or 0x262561) is known color: Paris M. HEX triplet: 26, 25 and 61. RGB value is (38,37,97). Sum of RGB (Red+Green+Blue) = 38+37+97=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #262561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262561 is #D9DA9E. Grayscale: #2B2B2B. Windows color (decimal): -14277279 or 6366502. OLE color: 6366502.

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

Color convert

RGB 38 37 97 -
CMYK 0.61 0.62 0 0.62
HSL 241º 0.45% 0.26% -
HSV(B) 241º 0.62% 0.38% -
XYZ 3.62 2.6 11.62 -
YUV 44.14 157.83 123.62 -
System Red Green Blue C M Y K H S L
Decimal 38 37 97 0.61 0.62 0 0.62 241 0.45 0.26
Hex 26 25 61 3D 3E 0 3E F1 2D 1A
Octal 46 45 141 75 76 0 76 361 55 32
Binary 100110 100101 1100001 111101 111110 0 111110 11110001 101101 11010

Color Harmonies of #262561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262561

Black with #262561

Text Example


Text Example

White with #262561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262561; }

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

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

background-color css

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

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

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

border-color css

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

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

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