Html Css Color HEX #26135F Paris M

📋 copy color: '#26135F'

red 38 ◦ green 19 ◦ blue 95

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

Shades of Paris M #26135F

Tints of Paris M #26135F

RGB

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

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

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

R = 25%
G = 12.5%
B = 62.5%

CMYK

 C value IS 0.60

 M value IS 0.80

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#26135F (or 0x26135F) is known color: Paris M. HEX triplet: 26, 13 and 5F. RGB value is (38,19,95). Sum of RGB (Red+Green+Blue) = 38+19+95=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 95 (37.5% from 255 or 62.5% from 152); Max value from RGB is 95 - color contains mainly: blue. Hex color #26135F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26135F is #D9ECA0. Grayscale: #212121. Windows color (decimal): -14281889 or 6230822. OLE color: 6230822.

HSL color Cylindrical-coordinate representation of color #26135F: hue angle of 255º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26135F is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 38 19 95 -
CMYK 0.60 0.80 0 0.63
HSL 255º 0.67% 0.22% -
HSV(B) 255º 0.8% 0.37% -
XYZ 3.1 1.7 10.99 -
YUV 33.35 162.79 131.32 -
System Red Green Blue C M Y K H S L
Decimal 38 19 95 0.60 0.80 0 0.63 255 0.67 0.22
Hex 26 13 5F 3C 50 0 3F FF 43 16
Octal 46 23 137 74 120 0 77 377 103 26
Binary 100110 10011 1011111 111100 1010000 0 111111 11111111 1000011 10110

Color Harmonies of #26135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26135F

Black with #26135F

Text Example


Text Example

White with #26135F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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