Html Css Color HEX #261669 Paris M

📋 copy color: '#261669'

red 38 ◦ green 22 ◦ blue 105

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

Shades of Paris M #261669

Tints of Paris M #261669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 63.64%

R = 23.03%
G = 13.33%
B = 63.64%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#261669 (or 0x261669) is known color: Paris M. HEX triplet: 26, 16 and 69. RGB value is (38,22,105). Sum of RGB (Red+Green+Blue) = 38+22+105=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 105 (41.41% from 255 or 63.64% from 165); Max value from RGB is 105 - color contains mainly: blue. Hex color #261669 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261669 is #D9E996. Grayscale: #232323. Windows color (decimal): -14281111 or 6886950. OLE color: 6886950.

HSL color Cylindrical-coordinate representation of color #261669: hue angle of 251.57º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #261669 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 22 105 -
CMYK 0.64 0.79 0 0.59
HSL 251.57º 0.65% 0.25% -
HSV(B) 251.57º 0.79% 0.41% -
XYZ 3.64 2.01 13.56 -
YUV 36.25 166.8 129.25 -
System Red Green Blue C M Y K H S L
Decimal 38 22 105 0.64 0.79 0 0.59 251.57 0.65 0.25
Hex 26 16 69 40 4F 0 3B FC 41 19
Octal 46 26 151 100 117 0 73 374 101 31
Binary 100110 10110 1101001 1000000 1001111 0 111011 11111100 1000001 11001

Color Harmonies of #261669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261669

Black with #261669

Text Example


Text Example

White with #261669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261669; }

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

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

background-color css

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

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

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

border-color css

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

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

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