Html Css Color HEX #261566 Paris M

📋 copy color: '#261566'

red 38 ◦ green 21 ◦ blue 102

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

Shades of Paris M #261566

Tints of Paris M #261566

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.04%

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

R = 23.6%
G = 13.04%
B = 63.35%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#261566 (or 0x261566) is known color: Paris M. HEX triplet: 26, 15 and 66. RGB value is (38,21,102). Sum of RGB (Red+Green+Blue) = 38+21+102=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 102 (40.23% from 255 or 63.35% from 161); Max value from RGB is 102 - color contains mainly: blue. Hex color #261566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261566 is #D9EA99. Grayscale: #232323. Windows color (decimal): -14281370 or 6690086. OLE color: 6690086.

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

Color convert

RGB 38 21 102 -
CMYK 0.63 0.79 0 0.6
HSL 252.59º 0.66% 0.24% -
HSV(B) 252.59º 0.79% 0.4% -
XYZ 3.47 1.91 12.76 -
YUV 35.32 165.63 129.91 -
System Red Green Blue C M Y K H S L
Decimal 38 21 102 0.63 0.79 0 0.6 252.59 0.66 0.24
Hex 26 15 66 3F 4F 0 3C FD 42 18
Octal 46 25 146 77 117 0 74 375 102 30
Binary 100110 10101 1100110 111111 1001111 0 111100 11111101 1000010 11000

Color Harmonies of #261566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261566

Black with #261566

Text Example


Text Example

White with #261566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261566; }

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

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

background-color css

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

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

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

border-color css

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

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

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