Html Css Color HEX #261463 Paris M

📋 copy color: '#261463'

red 38 ◦ green 20 ◦ blue 99

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

Shades of Paris M #261463

Tints of Paris M #261463

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.74%

 BLUE value IS 99 (39.06% from 255) = 63.06%

R = 24.2%
G = 12.74%
B = 63.06%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#261463 (or 0x261463) is known color: Paris M. HEX triplet: 26, 14 and 63. RGB value is (38,20,99). Sum of RGB (Red+Green+Blue) = 38+20+99=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 99 (39.06% from 255 or 63.06% from 157); Max value from RGB is 99 - color contains mainly: blue. Hex color #261463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261463 is #D9EB9C. Grayscale: #222222. Windows color (decimal): -14281629 or 6493222. OLE color: 6493222.

HSL color Cylindrical-coordinate representation of color #261463: hue angle of 253.67º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #261463 is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 38 20 99 -
CMYK 0.62 0.80 0 0.61
HSL 253.67º 0.66% 0.23% -
HSV(B) 253.67º 0.8% 0.39% -
XYZ 3.3 1.81 11.98 -
YUV 34.39 164.46 130.58 -
System Red Green Blue C M Y K H S L
Decimal 38 20 99 0.62 0.80 0 0.61 253.67 0.66 0.23
Hex 26 14 63 3E 50 0 3D FE 42 17
Octal 46 24 143 76 120 0 75 376 102 27
Binary 100110 10100 1100011 111110 1010000 0 111101 11111110 1000010 10111

Color Harmonies of #261463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261463

Black with #261463

Text Example


Text Example

White with #261463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261463; }

 p { color: rgb(38,20,99); }

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

background-color css

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

 a { background-color: rgb(38,20,99); }

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

border-color css

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

 span { border-color: rgb(38,20,99); }

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