Html Css Color HEX #26195F Paris M

📋 copy color: '#26195F'

red 38 ◦ green 25 ◦ blue 95

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

Shades of Paris M #26195F

Tints of Paris M #26195F

RGB

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

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

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

R = 24.05%
G = 15.82%
B = 60.13%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#26195F (or 0x26195F) is known color: Paris M. HEX triplet: 26, 19 and 5F. RGB value is (38,25,95). Sum of RGB (Red+Green+Blue) = 38+25+95=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 95 (37.5% from 255 or 60.13% from 158); Max value from RGB is 95 - color contains mainly: blue. Hex color #26195F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26195F is #D9E6A0. Grayscale: #242424. Windows color (decimal): -14280353 or 6232358. OLE color: 6232358.

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

Color convert

RGB 38 25 95 -
CMYK 0.60 0.74 0 0.63
HSL 251.14º 0.58% 0.24% -
HSV(B) 251.14º 0.74% 0.37% -
XYZ 3.21 1.93 11.03 -
YUV 36.87 160.81 128.81 -
System Red Green Blue C M Y K H S L
Decimal 38 25 95 0.60 0.74 0 0.63 251.14 0.58 0.24
Hex 26 19 5F 3C 4A 0 3F FB 3A 18
Octal 46 31 137 74 112 0 77 373 72 30
Binary 100110 11001 1011111 111100 1001010 0 111111 11111011 111010 11000

Color Harmonies of #26195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26195F

Black with #26195F

Text Example


Text Example

White with #26195F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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