Html Css Color HEX #292768 Paris M

📋 copy color: '#292768'

red 41 ◦ green 39 ◦ blue 104

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

Shades of Paris M #292768

Tints of Paris M #292768

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.2%

 BLUE value IS 104 (41.02% from 255) = 56.52%

R = 22.28%
G = 21.2%
B = 56.52%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#292768 (or 0x292768) is known color: Paris M. HEX triplet: 29, 27 and 68. RGB value is (41,39,104). Sum of RGB (Red+Green+Blue) = 41+39+104=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 39 (15.62% from 255 or 21.20% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #292768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292768 is #D6D897. Grayscale: #2E2E2E. Windows color (decimal): -14080152 or 6825769. OLE color: 6825769.

HSL color Cylindrical-coordinate representation of color #292768: hue angle of 241.85º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #292768 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 39 104 -
CMYK 0.61 0.62 0 0.59
HSL 241.85º 0.45% 0.28% -
HSV(B) 241.85º 0.63% 0.41% -
XYZ 4.14 2.92 13.44 -
YUV 47.01 160.16 123.71 -
System Red Green Blue C M Y K H S L
Decimal 41 39 104 0.61 0.62 0 0.59 241.85 0.45 0.28
Hex 29 27 68 3D 3E 0 3B F2 2D 1C
Octal 51 47 150 75 76 0 73 362 55 34
Binary 101001 100111 1101000 111101 111110 0 111011 11110010 101101 11100

Color Harmonies of #292768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292768

Black with #292768

Text Example


Text Example

White with #292768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292768; }

 p { color: rgb(41,39,104); }

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

background-color css

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

 a { background-color: rgb(41,39,104); }

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

border-color css

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

 span { border-color: rgb(41,39,104); }

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