Html Css Color HEX #29285F Paris M

📋 copy color: '#29285F'

red 41 ◦ green 40 ◦ blue 95

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

Shades of Paris M #29285F

Tints of Paris M #29285F

RGB

 RED value IS 41 (16.41% from 255) = 23.3%

 GREEN value IS 40 (16.02% from 255) = 22.73%

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

R = 23.3%
G = 22.73%
B = 53.98%

CMYK

 C value IS 0.57

 M value IS 0.58

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#29285F (or 0x29285F) is known color: Paris M. HEX triplet: 29, 28 and 5F. RGB value is (41,40,95). Sum of RGB (Red+Green+Blue) = 41+40+95=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 95 (37.5% from 255 or 53.98% from 176); Max value from RGB is 95 - color contains mainly: blue. Hex color #29285F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29285F is #D6D7A0. Grayscale: #2E2E2E. Windows color (decimal): -14079905 or 6236201. OLE color: 6236201.

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

Color convert

RGB 41 40 95 -
CMYK 0.57 0.58 0 0.63
HSL 241.09º 0.41% 0.26% -
HSV(B) 241.09º 0.58% 0.37% -
XYZ 3.74 2.82 11.17 -
YUV 46.57 155.33 124.03 -
System Red Green Blue C M Y K H S L
Decimal 41 40 95 0.57 0.58 0 0.63 241.09 0.41 0.26
Hex 29 28 5F 39 3A 0 3F F1 29 1A
Octal 51 50 137 71 72 0 77 361 51 32
Binary 101001 101000 1011111 111001 111010 0 111111 11110001 101001 11010

Color Harmonies of #29285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29285F

Black with #29285F

Text Example


Text Example

White with #29285F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,40,95); }

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

background-color css

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

 a { background-color: rgb(41,40,95); }

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

border-color css

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

 span { border-color: rgb(41,40,95); }

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