Html Css Color HEX #2B1F59 Paris M

📋 copy color: '#2B1F59'

red 43 ◦ green 31 ◦ blue 89

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

Shades of Paris M #2B1F59

Tints of Paris M #2B1F59

RGB

 RED value IS 43 (17.19% from 255) = 26.38%

 GREEN value IS 31 (12.5% from 255) = 19.02%

 BLUE value IS 89 (35.16% from 255) = 54.6%

R = 26.38%
G = 19.02%
B = 54.6%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2B1F59 (or 0x2B1F59) is known color: Paris M. HEX triplet: 2B, 1F and 59. RGB value is (43,31,89). Sum of RGB (Red+Green+Blue) = 43+31+89=163 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.38% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #2B1F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B1F59 is #D4E0A6. Grayscale: #282828. Windows color (decimal): -13951143 or 5840683. OLE color: 5840683.

HSL color Cylindrical-coordinate representation of color #2B1F59: hue angle of 252.41º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B1F59 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 43 31 89 -
CMYK 0.52 0.65 0 0.65
HSL 252.41º 0.48% 0.24% -
HSV(B) 252.41º 0.65% 0.35% -
XYZ 3.29 2.21 9.71 -
YUV 41.2 154.98 129.28 -
System Red Green Blue C M Y K H S L
Decimal 43 31 89 0.52 0.65 0 0.65 252.41 0.48 0.24
Hex 2B 1F 59 34 41 0 41 FC 30 18
Octal 53 37 131 64 101 0 101 374 60 30
Binary 101011 11111 1011001 110100 1000001 0 1000001 11111100 110000 11000

Color Harmonies of #2B1F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1F59

Black with #2B1F59

Text Example


Text Example

White with #2B1F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B1F59; }

 p { color: rgb(43,31,89); }

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

background-color css

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

 a { background-color: rgb(43,31,89); }

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

border-color css

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

 span { border-color: rgb(43,31,89); }

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