Html Css Color HEX #282260 Paris M

📋 copy color: '#282260'

red 40 ◦ green 34 ◦ blue 96

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

Shades of Paris M #282260

Tints of Paris M #282260

RGB

 RED value IS 40 (16.02% from 255) = 23.53%

 GREEN value IS 34 (13.67% from 255) = 20%

 BLUE value IS 96 (37.89% from 255) = 56.47%

R = 23.53%
G = 20%
B = 56.47%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#282260 (or 0x282260) is known color: Paris M. HEX triplet: 28, 22 and 60. RGB value is (40,34,96). Sum of RGB (Red+Green+Blue) = 40+34+96=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #282260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282260 is #D7DD9F. Grayscale: #2A2A2A. Windows color (decimal): -14146976 or 6300200. OLE color: 6300200.

HSL color Cylindrical-coordinate representation of color #282260: hue angle of 245.81º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #282260 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 40 34 96 -
CMYK 0.58 0.65 0 0.62
HSL 245.81º 0.48% 0.25% -
HSV(B) 245.81º 0.65% 0.38% -
XYZ 3.56 2.44 11.35 -
YUV 42.86 157.99 125.96 -
System Red Green Blue C M Y K H S L
Decimal 40 34 96 0.58 0.65 0 0.62 245.81 0.48 0.25
Hex 28 22 60 3A 41 0 3E F6 30 19
Octal 50 42 140 72 101 0 76 366 60 31
Binary 101000 100010 1100000 111010 1000001 0 111110 11110110 110000 11001

Color Harmonies of #282260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282260

Black with #282260

Text Example


Text Example

White with #282260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282260; }

 p { color: rgb(40,34,96); }

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

background-color css

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

 a { background-color: rgb(40,34,96); }

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

border-color css

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

 span { border-color: rgb(40,34,96); }

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