Html Css Color HEX #28155C Paris M

📋 copy color: '#28155C'

red 40 ◦ green 21 ◦ blue 92

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

Shades of Paris M #28155C

Tints of Paris M #28155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.73%

 BLUE value IS 92 (36.33% from 255) = 60.13%

R = 26.14%
G = 13.73%
B = 60.13%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28155C (or 0x28155C) is known color: Paris M. HEX triplet: 28, 15 and 5C. RGB value is (40,21,92). Sum of RGB (Red+Green+Blue) = 40+21+92=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #28155C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28155C is #D7EAA3. Grayscale: #222222. Windows color (decimal): -14150308 or 6034728. OLE color: 6034728.

HSL color Cylindrical-coordinate representation of color #28155C: hue angle of 256.06º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28155C is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 21 92 -
CMYK 0.57 0.77 0 0.64
HSL 256.06º 0.63% 0.22% -
HSV(B) 256.06º 0.77% 0.36% -
XYZ 3.08 1.76 10.3 -
YUV 34.78 160.29 131.73 -
System Red Green Blue C M Y K H S L
Decimal 40 21 92 0.57 0.77 0 0.64 256.06 0.63 0.22
Hex 28 15 5C 39 4D 0 40 100 3F 16
Octal 50 25 134 71 115 0 100 400 77 26
Binary 101000 10101 1011100 111001 1001101 0 1000000 100000000 111111 10110

Color Harmonies of #28155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28155C

Black with #28155C

Text Example


Text Example

White with #28155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28155C; }

 p { color: rgb(40,21,92); }

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

background-color css

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

 a { background-color: rgb(40,21,92); }

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

border-color css

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

 span { border-color: rgb(40,21,92); }

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