Html Css Color HEX #281968 Paris M

📋 copy color: '#281968'

red 40 ◦ green 25 ◦ blue 104

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

Shades of Paris M #281968

Tints of Paris M #281968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 61.54%

R = 23.67%
G = 14.79%
B = 61.54%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#281968 (or 0x281968) is known color: Paris M. HEX triplet: 28, 19 and 68. RGB value is (40,25,104). Sum of RGB (Red+Green+Blue) = 40+25+104=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 104 (41.02% from 255 or 61.54% from 169); Max value from RGB is 104 - color contains mainly: blue. Hex color #281968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281968 is #D7E697. Grayscale: #262626. Windows color (decimal): -14149272 or 6822184. OLE color: 6822184.

HSL color Cylindrical-coordinate representation of color #281968: hue angle of 251.39º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #281968 is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 40 25 104 -
CMYK 0.62 0.76 0 0.59
HSL 251.39º 0.61% 0.25% -
HSV(B) 251.39º 0.76% 0.41% -
XYZ 3.72 2.15 13.31 -
YUV 38.49 164.97 129.08 -
System Red Green Blue C M Y K H S L
Decimal 40 25 104 0.62 0.76 0 0.59 251.39 0.61 0.25
Hex 28 19 68 3E 4C 0 3B FB 3D 19
Octal 50 31 150 76 114 0 73 373 75 31
Binary 101000 11001 1101000 111110 1001100 0 111011 11111011 111101 11001

Color Harmonies of #281968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281968

Black with #281968

Text Example


Text Example

White with #281968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281968; }

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

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

background-color css

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

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

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

border-color css

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

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

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