Html Css Color HEX #26205F Paris M

📋 copy color: '#26205F'

red 38 ◦ green 32 ◦ blue 95

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

Shades of Paris M #26205F

Tints of Paris M #26205F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.39%

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

R = 23.03%
G = 19.39%
B = 57.58%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#26205F (or 0x26205F) is known color: Paris M. HEX triplet: 26, 20 and 5F. RGB value is (38,32,95). Sum of RGB (Red+Green+Blue) = 38+32+95=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 95 (37.5% from 255 or 57.58% from 165); Max value from RGB is 95 - color contains mainly: blue. Hex color #26205F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26205F is #D9DFA0. Grayscale: #282828. Windows color (decimal): -14278561 or 6234150. OLE color: 6234150.

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

Color convert

RGB 38 32 95 -
CMYK 0.60 0.66 0 0.63
HSL 245.71º 0.5% 0.25% -
HSV(B) 245.71º 0.66% 0.37% -
XYZ 3.38 2.27 11.09 -
YUV 40.98 158.49 125.88 -
System Red Green Blue C M Y K H S L
Decimal 38 32 95 0.60 0.66 0 0.63 245.71 0.5 0.25
Hex 26 20 5F 3C 42 0 3F F6 32 19
Octal 46 40 137 74 102 0 77 366 62 31
Binary 100110 100000 1011111 111100 1000010 0 111111 11110110 110010 11001

Color Harmonies of #26205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26205F

Black with #26205F

Text Example


Text Example

White with #26205F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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