Html Css Color HEX #281D69 Paris M

📋 copy color: '#281D69'

red 40 ◦ green 29 ◦ blue 105

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

Shades of Paris M #281D69

Tints of Paris M #281D69

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.67%

 BLUE value IS 105 (41.41% from 255) = 60.34%

R = 22.99%
G = 16.67%
B = 60.34%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#281D69 (or 0x281D69) is known color: Paris M. HEX triplet: 28, 1D and 69. RGB value is (40,29,105). Sum of RGB (Red+Green+Blue) = 40+29+105=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 105 (41.41% from 255 or 60.34% from 174); Max value from RGB is 105 - color contains mainly: blue. Hex color #281D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281D69 is #D7E296. Grayscale: #282828. Windows color (decimal): -14148247 or 6888744. OLE color: 6888744.

HSL color Cylindrical-coordinate representation of color #281D69: hue angle of 248.68º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #281D69 is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 40 29 105 -
CMYK 0.62 0.72 0 0.59
HSL 248.68º 0.57% 0.26% -
HSV(B) 248.68º 0.72% 0.41% -
XYZ 3.86 2.35 13.61 -
YUV 40.95 164.14 127.32 -
System Red Green Blue C M Y K H S L
Decimal 40 29 105 0.62 0.72 0 0.59 248.68 0.57 0.26
Hex 28 1D 69 3E 48 0 3B F9 39 1A
Octal 50 35 151 76 110 0 73 371 71 32
Binary 101000 11101 1101001 111110 1001000 0 111011 11111001 111001 11010

Color Harmonies of #281D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281D69

Black with #281D69

Text Example


Text Example

White with #281D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281D69; }

 p { color: rgb(40,29,105); }

 H1.HeaderClassName
 {
   color: #281D69;
 }
 .AnyTagClassName
 {
   color: #281D69;
 }
</style>

background-color css

<style>
 a { background-color: #281D69; }

 a { background-color: rgb(40,29,105); }

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

border-color css

<style>
 span { border-color: #281D69; }

 span { border-color: rgb(40,29,105); }

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