Html Css Color HEX #28226C Paris M

📋 copy color: '#28226C'

red 40 ◦ green 34 ◦ blue 108

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

Shades of Paris M #28226C

Tints of Paris M #28226C

RGB

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

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

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

R = 21.98%
G = 18.68%
B = 59.34%

CMYK

 C value IS 0.63

 M value IS 0.69

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28226C (or 0x28226C) is known color: Paris M. HEX triplet: 28, 22 and 6C. RGB value is (40,34,108). Sum of RGB (Red+Green+Blue) = 40+34+108=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #28226C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28226C is #D7DD93. Grayscale: #2B2B2B. Windows color (decimal): -14146964 or 7086632. OLE color: 7086632.

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

Color convert

RGB 40 34 108 -
CMYK 0.63 0.69 0 0.58
HSL 244.86º 0.52% 0.28% -
HSV(B) 244.86º 0.69% 0.42% -
XYZ 4.15 2.68 14.49 -
YUV 44.23 163.99 124.98 -
System Red Green Blue C M Y K H S L
Decimal 40 34 108 0.63 0.69 0 0.58 244.86 0.52 0.28
Hex 28 22 6C 3F 45 0 3A F5 34 1C
Octal 50 42 154 77 105 0 72 365 64 34
Binary 101000 100010 1101100 111111 1000101 0 111010 11110101 110100 11100

Color Harmonies of #28226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28226C

Black with #28226C

Text Example


Text Example

White with #28226C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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