Html Css Color HEX #28265F Paris M

📋 copy color: '#28265F'

red 40 ◦ green 38 ◦ blue 95

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

Shades of Paris M #28265F

Tints of Paris M #28265F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.97%

 BLUE value IS 95 (37.5% from 255) = 54.91%

R = 23.12%
G = 21.97%
B = 54.91%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28265F (or 0x28265F) is known color: Paris M. HEX triplet: 28, 26 and 5F. RGB value is (40,38,95). Sum of RGB (Red+Green+Blue) = 40+38+95=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 95 (37.5% from 255 or 54.91% from 173); Max value from RGB is 95 - color contains mainly: blue. Hex color #28265F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28265F is #D7D9A0. Grayscale: #2C2C2C. Windows color (decimal): -14145953 or 6235688. OLE color: 6235688.

HSL color Cylindrical-coordinate representation of color #28265F: hue angle of 242.11º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #28265F is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 38 95 -
CMYK 0.58 0.60 0 0.63
HSL 242.11º 0.43% 0.26% -
HSV(B) 242.11º 0.6% 0.37% -
XYZ 3.63 2.66 11.15 -
YUV 45.1 156.16 124.37 -
System Red Green Blue C M Y K H S L
Decimal 40 38 95 0.58 0.60 0 0.63 242.11 0.43 0.26
Hex 28 26 5F 3A 3C 0 3F F2 2B 1A
Octal 50 46 137 72 74 0 77 362 53 32
Binary 101000 100110 1011111 111010 111100 0 111111 11110010 101011 11010

Color Harmonies of #28265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28265F

Black with #28265F

Text Example


Text Example

White with #28265F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28265F; }

 p { color: rgb(40,38,95); }

 H1.HeaderClassName
 {
   color: #28265F;
 }
 .AnyTagClassName
 {
   color: #28265F;
 }
</style>

background-color css

<style>
 a { background-color: #28265F; }

 a { background-color: rgb(40,38,95); }

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

border-color css

<style>
 span { border-color: #28265F; }

 span { border-color: rgb(40,38,95); }

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