Html Css Color HEX #2B1D59 Paris M

📋 copy color: '#2B1D59'

red 43 ◦ green 29 ◦ blue 89

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

Shades of Paris M #2B1D59

Tints of Paris M #2B1D59

RGB

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

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

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

R = 26.71%
G = 18.01%
B = 55.28%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2B1D59 (or 0x2B1D59) is known color: Paris M. HEX triplet: 2B, 1D and 59. RGB value is (43,29,89). Sum of RGB (Red+Green+Blue) = 43+29+89=161 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.71% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #2B1D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B1D59 is #D4E2A6. Grayscale: #272727. Windows color (decimal): -13951655 or 5840171. OLE color: 5840171.

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

Color convert

RGB 43 29 89 -
CMYK 0.52 0.67 0 0.65
HSL 254º 0.51% 0.23% -
HSV(B) 254º 0.67% 0.35% -
XYZ 3.24 2.11 9.69 -
YUV 40.03 155.64 130.12 -
System Red Green Blue C M Y K H S L
Decimal 43 29 89 0.52 0.67 0 0.65 254 0.51 0.23
Hex 2B 1D 59 34 43 0 41 FE 33 17
Octal 53 35 131 64 103 0 101 376 63 27
Binary 101011 11101 1011001 110100 1000011 0 1000001 11111110 110011 10111

Color Harmonies of #2B1D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1D59

Black with #2B1D59

Text Example


Text Example

White with #2B1D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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