Html Css Color HEX #28196C Paris M

📋 copy color: '#28196C'

red 40 ◦ green 25 ◦ blue 108

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

Shades of Paris M #28196C

Tints of Paris M #28196C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.45%

 BLUE value IS 108 (42.58% from 255) = 62.43%

R = 23.12%
G = 14.45%
B = 62.43%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28196C (or 0x28196C) is known color: Paris M. HEX triplet: 28, 19 and 6C. RGB value is (40,25,108). Sum of RGB (Red+Green+Blue) = 40+25+108=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 108 (42.58% from 255 or 62.43% from 173); Max value from RGB is 108 - color contains mainly: blue. Hex color #28196C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28196C is #D7E693. Grayscale: #262626. Windows color (decimal): -14149268 or 7084328. OLE color: 7084328.

HSL color Cylindrical-coordinate representation of color #28196C: hue angle of 250.84º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28196C is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 25 108 -
CMYK 0.63 0.77 0 0.58
HSL 250.84º 0.62% 0.26% -
HSV(B) 250.84º 0.77% 0.42% -
XYZ 3.93 2.23 14.41 -
YUV 38.95 166.97 128.75 -
System Red Green Blue C M Y K H S L
Decimal 40 25 108 0.63 0.77 0 0.58 250.84 0.62 0.26
Hex 28 19 6C 3F 4D 0 3A FB 3E 1A
Octal 50 31 154 77 115 0 72 373 76 32
Binary 101000 11001 1101100 111111 1001101 0 111010 11111011 111110 11010

Color Harmonies of #28196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28196C

Black with #28196C

Text Example


Text Example

White with #28196C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,25,108); }

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

background-color css

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

 a { background-color: rgb(40,25,108); }

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

border-color css

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

 span { border-color: rgb(40,25,108); }

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