Html Css Color HEX #26215F Paris M

📋 copy color: '#26215F'

red 38 ◦ green 33 ◦ blue 95

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

Shades of Paris M #26215F

Tints of Paris M #26215F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.88%

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

R = 22.89%
G = 19.88%
B = 57.23%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#26215F (or 0x26215F) is known color: Paris M. HEX triplet: 26, 21 and 5F. RGB value is (38,33,95). Sum of RGB (Red+Green+Blue) = 38+33+95=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 95 (37.5% from 255 or 57.23% from 166); Max value from RGB is 95 - color contains mainly: blue. Hex color #26215F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26215F is #D9DEA0. Grayscale: #292929. Windows color (decimal): -14278305 or 6234406. OLE color: 6234406.

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

Color convert

RGB 38 33 95 -
CMYK 0.60 0.65 0 0.63
HSL 244.84º 0.48% 0.25% -
HSV(B) 244.84º 0.65% 0.37% -
XYZ 3.41 2.33 11.1 -
YUV 41.56 158.16 125.46 -
System Red Green Blue C M Y K H S L
Decimal 38 33 95 0.60 0.65 0 0.63 244.84 0.48 0.25
Hex 26 21 5F 3C 41 0 3F F5 30 19
Octal 46 41 137 74 101 0 77 365 60 31
Binary 100110 100001 1011111 111100 1000001 0 111111 11110101 110000 11001

Color Harmonies of #26215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26215F

Black with #26215F

Text Example


Text Example

White with #26215F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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