Html Css Color HEX #261665 Paris M

📋 copy color: '#261665'

red 38 ◦ green 22 ◦ blue 101

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

Shades of Paris M #261665

Tints of Paris M #261665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 62.73%

R = 23.6%
G = 13.66%
B = 62.73%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#261665 (or 0x261665) is known color: Paris M. HEX triplet: 26, 16 and 65. RGB value is (38,22,101). Sum of RGB (Red+Green+Blue) = 38+22+101=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 101 (39.84% from 255 or 62.73% from 161); Max value from RGB is 101 - color contains mainly: blue. Hex color #261665 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261665 is #D9E99A. Grayscale: #232323. Windows color (decimal): -14281115 or 6624806. OLE color: 6624806.

HSL color Cylindrical-coordinate representation of color #261665: hue angle of 252.15º degrees, saturation: 0.64, 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 #261665 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 38 22 101 -
CMYK 0.62 0.78 0 0.60
HSL 252.15º 0.64% 0.24% -
HSV(B) 252.15º 0.78% 0.4% -
XYZ 3.44 1.93 12.5 -
YUV 35.79 164.8 129.58 -
System Red Green Blue C M Y K H S L
Decimal 38 22 101 0.62 0.78 0 0.60 252.15 0.64 0.24
Hex 26 16 65 3E 4E 0 3C FC 40 18
Octal 46 26 145 76 116 0 74 374 100 30
Binary 100110 10110 1100101 111110 1001110 0 111100 11111100 1000000 11000

Color Harmonies of #261665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261665

Black with #261665

Text Example


Text Example

White with #261665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261665; }

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

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

background-color css

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

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

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

border-color css

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

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

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