Html Css Color HEX #261666 Paris M

📋 copy color: '#261666'

red 38 ◦ green 22 ◦ blue 102

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

Shades of Paris M #261666

Tints of Paris M #261666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 62.96%

R = 23.46%
G = 13.58%
B = 62.96%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#261666 (or 0x261666) is known color: Paris M. HEX triplet: 26, 16 and 66. RGB value is (38,22,102). Sum of RGB (Red+Green+Blue) = 38+22+102=162 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.46% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 102 (40.23% from 255 or 62.96% from 162); Max value from RGB is 102 - color contains mainly: blue. Hex color #261666 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261666 is #D9E999. Grayscale: #232323. Windows color (decimal): -14281114 or 6690342. OLE color: 6690342.

HSL color Cylindrical-coordinate representation of color #261666: hue angle of 252º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #261666 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 38 22 102 -
CMYK 0.63 0.78 0 0.6
HSL 252º 0.65% 0.24% -
HSV(B) 252º 0.78% 0.4% -
XYZ 3.48 1.95 12.76 -
YUV 35.9 165.3 129.5 -
System Red Green Blue C M Y K H S L
Decimal 38 22 102 0.63 0.78 0 0.6 252 0.65 0.24
Hex 26 16 66 3F 4E 0 3C FC 41 18
Octal 46 26 146 77 116 0 74 374 101 30
Binary 100110 10110 1100110 111111 1001110 0 111100 11111100 1000001 11000

Color Harmonies of #261666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261666

Black with #261666

Text Example


Text Example

White with #261666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261666; }

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

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

background-color css

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

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

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

border-color css

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

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

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