Html Css Color HEX #28165A Paris M

📋 copy color: '#28165A'

red 40 ◦ green 22 ◦ blue 90

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

Shades of Paris M #28165A

Tints of Paris M #28165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.47%

 BLUE value IS 90 (35.55% from 255) = 59.21%

R = 26.32%
G = 14.47%
B = 59.21%

CMYK

 C value IS 0.56

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#28165A (or 0x28165A) is known color: Paris M. HEX triplet: 28, 16 and 5A. RGB value is (40,22,90). Sum of RGB (Red+Green+Blue) = 40+22+90=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #28165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28165A is #D7E9A5. Grayscale: #222222. Windows color (decimal): -14150054 or 5903912. OLE color: 5903912.

HSL color Cylindrical-coordinate representation of color #28165A: hue angle of 255.88º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28165A is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 22 90 -
CMYK 0.56 0.76 0 0.65
HSL 255.88º 0.61% 0.22% -
HSV(B) 255.88º 0.76% 0.35% -
XYZ 3.01 1.76 9.85 -
YUV 35.13 158.96 131.47 -
System Red Green Blue C M Y K H S L
Decimal 40 22 90 0.56 0.76 0 0.65 255.88 0.61 0.22
Hex 28 16 5A 38 4C 0 41 100 3D 16
Octal 50 26 132 70 114 0 101 400 75 26
Binary 101000 10110 1011010 111000 1001100 0 1000001 100000000 111101 10110

Color Harmonies of #28165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28165A

Black with #28165A

Text Example


Text Example

White with #28165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28165A; }

 p { color: rgb(40,22,90); }

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

background-color css

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

 a { background-color: rgb(40,22,90); }

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

border-color css

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

 span { border-color: rgb(40,22,90); }

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