Html Css Color HEX #261961 Paris M

📋 copy color: '#261961'

red 38 ◦ green 25 ◦ blue 97

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

Shades of Paris M #261961

Tints of Paris M #261961

RGB

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

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

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

R = 23.75%
G = 15.63%
B = 60.63%

CMYK

 C value IS 0.61

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#261961 (or 0x261961) is known color: Paris M. HEX triplet: 26, 19 and 61. RGB value is (38,25,97). Sum of RGB (Red+Green+Blue) = 38+25+97=160 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.75% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 97 (38.28% from 255 or 60.62% from 160); Max value from RGB is 97 - color contains mainly: blue. Hex color #261961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261961 is #D9E69E. Grayscale: #242424. Windows color (decimal): -14280351 or 6363430. OLE color: 6363430.

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

Color convert

RGB 38 25 97 -
CMYK 0.61 0.74 0 0.62
HSL 250.83º 0.59% 0.24% -
HSV(B) 250.83º 0.74% 0.38% -
XYZ 3.3 1.97 11.52 -
YUV 37.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 38 25 97 0.61 0.74 0 0.62 250.83 0.59 0.24
Hex 26 19 61 3D 4A 0 3E FB 3B 18
Octal 46 31 141 75 112 0 76 373 73 30
Binary 100110 11001 1100001 111101 1001010 0 111110 11111011 111011 11000

Color Harmonies of #261961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261961

Black with #261961

Text Example


Text Example

White with #261961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261961; }

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

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

background-color css

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

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

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

border-color css

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

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

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