Html Css Color HEX #261365 Paris M

📋 copy color: '#261365'

red 38 ◦ green 19 ◦ blue 101

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

Shades of Paris M #261365

Tints of Paris M #261365

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.03%

 BLUE value IS 101 (39.84% from 255) = 63.92%

R = 24.05%
G = 12.03%
B = 63.92%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#261365 (or 0x261365) is known color: Paris M. HEX triplet: 26, 13 and 65. RGB value is (38,19,101). Sum of RGB (Red+Green+Blue) = 38+19+101=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 101 (39.84% from 255 or 63.92% from 158); Max value from RGB is 101 - color contains mainly: blue. Hex color #261365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261365 is #D9EC9A. Grayscale: #212121. Windows color (decimal): -14281883 or 6624038. OLE color: 6624038.

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

Color convert

RGB 38 19 101 -
CMYK 0.62 0.81 0 0.60
HSL 253.9º 0.68% 0.24% -
HSV(B) 253.9º 0.81% 0.4% -
XYZ 3.38 1.82 12.48 -
YUV 34.03 165.79 130.83 -
System Red Green Blue C M Y K H S L
Decimal 38 19 101 0.62 0.81 0 0.60 253.9 0.68 0.24
Hex 26 13 65 3E 51 0 3C FE 44 18
Octal 46 23 145 76 121 0 74 376 104 30
Binary 100110 10011 1100101 111110 1010001 0 111100 11111110 1000100 11000

Color Harmonies of #261365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261365

Black with #261365

Text Example


Text Example

White with #261365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261365; }

 p { color: rgb(38,19,101); }

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

background-color css

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

 a { background-color: rgb(38,19,101); }

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

border-color css

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

 span { border-color: rgb(38,19,101); }

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