Html Css Color HEX #26125E Paris M

📋 copy color: '#26125E'

red 38 ◦ green 18 ◦ blue 94

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

Shades of Paris M #26125E

Tints of Paris M #26125E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12%

 BLUE value IS 94 (37.11% from 255) = 62.67%

R = 25.33%
G = 12%
B = 62.67%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#26125E (or 0x26125E) is known color: Paris M. HEX triplet: 26, 12 and 5E. RGB value is (38,18,94). Sum of RGB (Red+Green+Blue) = 38+18+94=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 94 (37.11% from 255 or 62.67% from 150); Max value from RGB is 94 - color contains mainly: blue. Hex color #26125E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26125E is #D9EDA1. Grayscale: #202020. Windows color (decimal): -14282146 or 6165030. OLE color: 6165030.

HSL color Cylindrical-coordinate representation of color #26125E: hue angle of 255.79º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26125E is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 38 18 94 -
CMYK 0.60 0.81 0 0.63
HSL 255.79º 0.68% 0.22% -
HSV(B) 255.79º 0.81% 0.37% -
XYZ 3.04 1.65 10.75 -
YUV 32.64 162.63 131.82 -
System Red Green Blue C M Y K H S L
Decimal 38 18 94 0.60 0.81 0 0.63 255.79 0.68 0.22
Hex 26 12 5E 3C 51 0 3F 100 44 16
Octal 46 22 136 74 121 0 77 400 104 26
Binary 100110 10010 1011110 111100 1010001 0 111111 100000000 1000100 10110

Color Harmonies of #26125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26125E

Black with #26125E

Text Example


Text Example

White with #26125E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26125E; }

 p { color: rgb(38,18,94); }

 H1.HeaderClassName
 {
   color: #26125E;
 }
 .AnyTagClassName
 {
   color: #26125E;
 }
</style>

background-color css

<style>
 a { background-color: #26125E; }

 a { background-color: rgb(38,18,94); }

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

border-color css

<style>
 span { border-color: #26125E; }

 span { border-color: rgb(38,18,94); }

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