Html Css Color HEX #26195D Paris M

📋 copy color: '#26195D'

red 38 ◦ green 25 ◦ blue 93

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

Shades of Paris M #26195D

Tints of Paris M #26195D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.03%

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

R = 24.36%
G = 16.03%
B = 59.62%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#26195D (or 0x26195D) is known color: Paris M. HEX triplet: 26, 19 and 5D. RGB value is (38,25,93). Sum of RGB (Red+Green+Blue) = 38+25+93=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #26195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26195D is #D9E6A2. Grayscale: #242424. Windows color (decimal): -14280355 or 6101286. OLE color: 6101286.

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

Color convert

RGB 38 25 93 -
CMYK 0.59 0.73 0 0.64
HSL 251.47º 0.58% 0.23% -
HSV(B) 251.47º 0.73% 0.36% -
XYZ 3.12 1.9 10.56 -
YUV 36.64 159.81 128.97 -
System Red Green Blue C M Y K H S L
Decimal 38 25 93 0.59 0.73 0 0.64 251.47 0.58 0.23
Hex 26 19 5D 3B 49 0 40 FB 3A 17
Octal 46 31 135 73 111 0 100 373 72 27
Binary 100110 11001 1011101 111011 1001001 0 1000000 11111011 111010 10111

Color Harmonies of #26195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26195D

Black with #26195D

Text Example


Text Example

White with #26195D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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