Html Css Color HEX #261568 Paris M

📋 copy color: '#261568'

red 38 ◦ green 21 ◦ blue 104

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

Shades of Paris M #261568

Tints of Paris M #261568

RGB

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

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

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

R = 23.31%
G = 12.88%
B = 63.8%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#261568 (or 0x261568) is known color: Paris M. HEX triplet: 26, 15 and 68. RGB value is (38,21,104). Sum of RGB (Red+Green+Blue) = 38+21+104=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 104 (41.02% from 255 or 63.80% from 163); Max value from RGB is 104 - color contains mainly: blue. Hex color #261568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261568 is #D9EA97. Grayscale: #232323. Windows color (decimal): -14281368 or 6821158. OLE color: 6821158.

HSL color Cylindrical-coordinate representation of color #261568: hue angle of 252.29º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #261568 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 21 104 -
CMYK 0.63 0.80 0 0.59
HSL 252.29º 0.66% 0.25% -
HSV(B) 252.29º 0.8% 0.41% -
XYZ 3.57 1.95 13.28 -
YUV 35.55 166.63 129.75 -
System Red Green Blue C M Y K H S L
Decimal 38 21 104 0.63 0.80 0 0.59 252.29 0.66 0.25
Hex 26 15 68 3F 50 0 3B FC 42 19
Octal 46 25 150 77 120 0 73 374 102 31
Binary 100110 10101 1101000 111111 1010000 0 111011 11111100 1000010 11001

Color Harmonies of #261568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261568

Black with #261568

Text Example


Text Example

White with #261568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261568; }

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

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

background-color css

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

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

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

border-color css

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

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

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