Html Css Color HEX #28246A Paris M

📋 copy color: '#28246A'

red 40 ◦ green 36 ◦ blue 106

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

Shades of Paris M #28246A

Tints of Paris M #28246A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.78%

 BLUE value IS 106 (41.8% from 255) = 58.24%

R = 21.98%
G = 19.78%
B = 58.24%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28246A (or 0x28246A) is known color: Paris M. HEX triplet: 28, 24 and 6A. RGB value is (40,36,106). Sum of RGB (Red+Green+Blue) = 40+36+106=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 106 (41.80% from 255 or 58.24% from 182); Max value from RGB is 106 - color contains mainly: blue. Hex color #28246A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28246A is #D7DB95. Grayscale: #2C2C2C. Windows color (decimal): -14146454 or 6956072. OLE color: 6956072.

HSL color Cylindrical-coordinate representation of color #28246A: hue angle of 243.43º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28246A is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 36 106 -
CMYK 0.62 0.66 0 0.58
HSL 243.43º 0.49% 0.28% -
HSV(B) 243.43º 0.66% 0.42% -
XYZ 4.11 2.75 13.95 -
YUV 45.18 162.33 124.31 -
System Red Green Blue C M Y K H S L
Decimal 40 36 106 0.62 0.66 0 0.58 243.43 0.49 0.28
Hex 28 24 6A 3E 42 0 3A F3 31 1C
Octal 50 44 152 76 102 0 72 363 61 34
Binary 101000 100100 1101010 111110 1000010 0 111010 11110011 110001 11100

Color Harmonies of #28246A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28246A

Black with #28246A

Text Example


Text Example

White with #28246A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,36,106); }

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

background-color css

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

 a { background-color: rgb(40,36,106); }

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

border-color css

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

 span { border-color: rgb(40,36,106); }

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