Html Css Color HEX #26165F Paris M

📋 copy color: '#26165F'

red 38 ◦ green 22 ◦ blue 95

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

Shades of Paris M #26165F

Tints of Paris M #26165F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 61.29%

R = 24.52%
G = 14.19%
B = 61.29%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#26165F (or 0x26165F) is known color: Paris M. HEX triplet: 26, 16 and 5F. RGB value is (38,22,95). Sum of RGB (Red+Green+Blue) = 38+22+95=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 95 (37.5% from 255 or 61.29% from 155); Max value from RGB is 95 - color contains mainly: blue. Hex color #26165F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26165F is #D9E9A0. Grayscale: #222222. Windows color (decimal): -14281121 or 6231590. OLE color: 6231590.

HSL color Cylindrical-coordinate representation of color #26165F: hue angle of 253.15º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26165F is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 38 22 95 -
CMYK 0.60 0.77 0 0.63
HSL 253.15º 0.62% 0.23% -
HSV(B) 253.15º 0.77% 0.37% -
XYZ 3.15 1.81 11.01 -
YUV 35.11 161.8 130.06 -
System Red Green Blue C M Y K H S L
Decimal 38 22 95 0.60 0.77 0 0.63 253.15 0.62 0.23
Hex 26 16 5F 3C 4D 0 3F FD 3E 17
Octal 46 26 137 74 115 0 77 375 76 27
Binary 100110 10110 1011111 111100 1001101 0 111111 11111101 111110 10111

Color Harmonies of #26165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26165F

Black with #26165F

Text Example


Text Example

White with #26165F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26165F; }

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

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

background-color css

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

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

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

border-color css

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

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

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