Html Css Color HEX #26175D Paris M

📋 copy color: '#26175D'

red 38 ◦ green 23 ◦ blue 93

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

Shades of Paris M #26175D

Tints of Paris M #26175D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.94%

 BLUE value IS 93 (36.72% from 255) = 60.39%

R = 24.68%
G = 14.94%
B = 60.39%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#26175D (or 0x26175D) is known color: Paris M. HEX triplet: 26, 17 and 5D. RGB value is (38,23,93). Sum of RGB (Red+Green+Blue) = 38+23+93=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #26175D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26175D is #D9E8A2. Grayscale: #232323. Windows color (decimal): -14280867 or 6100774. OLE color: 6100774.

HSL color Cylindrical-coordinate representation of color #26175D: hue angle of 252.86º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26175D is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 38 23 93 -
CMYK 0.59 0.75 0 0.64
HSL 252.86º 0.6% 0.23% -
HSV(B) 252.86º 0.75% 0.36% -
XYZ 3.08 1.82 10.54 -
YUV 35.47 160.47 129.81 -
System Red Green Blue C M Y K H S L
Decimal 38 23 93 0.59 0.75 0 0.64 252.86 0.6 0.23
Hex 26 17 5D 3B 4B 0 40 FD 3C 17
Octal 46 27 135 73 113 0 100 375 74 27
Binary 100110 10111 1011101 111011 1001011 0 1000000 11111101 111100 10111

Color Harmonies of #26175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26175D

Black with #26175D

Text Example


Text Example

White with #26175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26175D; }

 p { color: rgb(38,23,93); }

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

background-color css

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

 a { background-color: rgb(38,23,93); }

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

border-color css

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

 span { border-color: rgb(38,23,93); }

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