Html Css Color HEX #261661 Paris M

📋 copy color: '#261661'

red 38 ◦ green 22 ◦ blue 97

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

Shades of Paris M #261661

Tints of Paris M #261661

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.01%

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

R = 24.2%
G = 14.01%
B = 61.78%

CMYK

 C value IS 0.61

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#261661 (or 0x261661) is known color: Paris M. HEX triplet: 26, 16 and 61. RGB value is (38,22,97). Sum of RGB (Red+Green+Blue) = 38+22+97=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 97 (38.28% from 255 or 61.78% from 157); Max value from RGB is 97 - color contains mainly: blue. Hex color #261661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261661 is #D9E99E. Grayscale: #232323. Windows color (decimal): -14281119 or 6362662. OLE color: 6362662.

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

Color convert

RGB 38 22 97 -
CMYK 0.61 0.77 0 0.62
HSL 252.8º 0.63% 0.23% -
HSV(B) 252.8º 0.77% 0.38% -
XYZ 3.24 1.85 11.5 -
YUV 35.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 38 22 97 0.61 0.77 0 0.62 252.8 0.63 0.23
Hex 26 16 61 3D 4D 0 3E FD 3F 17
Octal 46 26 141 75 115 0 76 375 77 27
Binary 100110 10110 1100001 111101 1001101 0 111110 11111101 111111 10111

Color Harmonies of #261661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261661

Black with #261661

Text Example


Text Example

White with #261661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261661; }

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

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

background-color css

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

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

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

border-color css

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

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

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