Html Css Color HEX #261668 Paris M

📋 copy color: '#261668'

red 38 ◦ green 22 ◦ blue 104

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

Shades of Paris M #261668

Tints of Paris M #261668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 63.41%

R = 23.17%
G = 13.41%
B = 63.41%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#261668 (or 0x261668) is known color: Paris M. HEX triplet: 26, 16 and 68. RGB value is (38,22,104). Sum of RGB (Red+Green+Blue) = 38+22+104=164 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.17% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 104 (41.02% from 255 or 63.41% from 164); Max value from RGB is 104 - color contains mainly: blue. Hex color #261668 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261668 is #D9E997. Grayscale: #232323. Windows color (decimal): -14281112 or 6821414. OLE color: 6821414.

HSL color Cylindrical-coordinate representation of color #261668: hue angle of 251.71º 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 #261668 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 22 104 -
CMYK 0.63 0.79 0 0.59
HSL 251.71º 0.65% 0.25% -
HSV(B) 251.71º 0.79% 0.41% -
XYZ 3.58 1.99 13.29 -
YUV 36.13 166.3 129.33 -
System Red Green Blue C M Y K H S L
Decimal 38 22 104 0.63 0.79 0 0.59 251.71 0.65 0.25
Hex 26 16 68 3F 4F 0 3B FC 41 19
Octal 46 26 150 77 117 0 73 374 101 31
Binary 100110 10110 1101000 111111 1001111 0 111011 11111100 1000001 11001

Color Harmonies of #261668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261668

Black with #261668

Text Example


Text Example

White with #261668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261668; }

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

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

background-color css

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

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

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

border-color css

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

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

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