Html Css Color HEX #261260 Paris M

📋 copy color: '#261260'

red 38 ◦ green 18 ◦ blue 96

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

Shades of Paris M #261260

Tints of Paris M #261260

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.84%

 BLUE value IS 96 (37.89% from 255) = 63.16%

R = 25%
G = 11.84%
B = 63.16%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#261260 (or 0x261260) is known color: Paris M. HEX triplet: 26, 12 and 60. RGB value is (38,18,96). Sum of RGB (Red+Green+Blue) = 38+18+96=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 96 (37.89% from 255 or 63.16% from 152); Max value from RGB is 96 - color contains mainly: blue. Hex color #261260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261260 is #D9ED9F. Grayscale: #202020. Windows color (decimal): -14282144 or 6296102. OLE color: 6296102.

HSL color Cylindrical-coordinate representation of color #261260: hue angle of 255.38º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #261260 is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 38 18 96 -
CMYK 0.60 0.81 0 0.62
HSL 255.38º 0.68% 0.22% -
HSV(B) 255.38º 0.81% 0.38% -
XYZ 3.13 1.69 11.23 -
YUV 32.87 163.63 131.66 -
System Red Green Blue C M Y K H S L
Decimal 38 18 96 0.60 0.81 0 0.62 255.38 0.68 0.22
Hex 26 12 60 3C 51 0 3E FF 44 16
Octal 46 22 140 74 121 0 76 377 104 26
Binary 100110 10010 1100000 111100 1010001 0 111110 11111111 1000100 10110

Color Harmonies of #261260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261260

Black with #261260

Text Example


Text Example

White with #261260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261260; }

 p { color: rgb(38,18,96); }

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

background-color css

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

 a { background-color: rgb(38,18,96); }

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

border-color css

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

 span { border-color: rgb(38,18,96); }

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