Html Css Color HEX #281B66 Paris M

📋 copy color: '#281B66'

red 40 ◦ green 27 ◦ blue 102

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

Shades of Paris M #281B66

Tints of Paris M #281B66

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.98%

 BLUE value IS 102 (40.23% from 255) = 60.36%

R = 23.67%
G = 15.98%
B = 60.36%

CMYK

 C value IS 0.61

 M value IS 0.74

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#281B66 (or 0x281B66) is known color: Paris M. HEX triplet: 28, 1B and 66. RGB value is (40,27,102). Sum of RGB (Red+Green+Blue) = 40+27+102=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 27 (10.94% from 255 or 15.98% from 169); Blue value is 102 (40.23% from 255 or 60.36% from 169); Max value from RGB is 102 - color contains mainly: blue. Hex color #281B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281B66 is #D7E499. Grayscale: #272727. Windows color (decimal): -14148762 or 6691624. OLE color: 6691624.

HSL color Cylindrical-coordinate representation of color #281B66: hue angle of 250.4º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #281B66 is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 40 27 102 -
CMYK 0.61 0.74 0 0.6
HSL 250.4º 0.58% 0.25% -
HSV(B) 250.4º 0.74% 0.4% -
XYZ 3.67 2.19 12.8 -
YUV 39.44 163.31 128.4 -
System Red Green Blue C M Y K H S L
Decimal 40 27 102 0.61 0.74 0 0.6 250.4 0.58 0.25
Hex 28 1B 66 3D 4A 0 3C FA 3A 19
Octal 50 33 146 75 112 0 74 372 72 31
Binary 101000 11011 1100110 111101 1001010 0 111100 11111010 111010 11001

Color Harmonies of #281B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281B66

Black with #281B66

Text Example


Text Example

White with #281B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,27,102); }

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

background-color css

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

 a { background-color: rgb(40,27,102); }

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

border-color css

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

 span { border-color: rgb(40,27,102); }

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