Html Css Color HEX #2B2160 Paris M

📋 copy color: '#2B2160'

red 43 ◦ green 33 ◦ blue 96

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

Shades of Paris M #2B2160

Tints of Paris M #2B2160

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.19%

 BLUE value IS 96 (37.89% from 255) = 55.81%

R = 25%
G = 19.19%
B = 55.81%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2B2160 (or 0x2B2160) is known color: Paris M. HEX triplet: 2B, 21 and 60. RGB value is (43,33,96). Sum of RGB (Red+Green+Blue) = 43+33+96=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #2B2160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2160 is #D4DE9F. Grayscale: #2A2A2A. Windows color (decimal): -13950624 or 6299947. OLE color: 6299947.

HSL color Cylindrical-coordinate representation of color #2B2160: hue angle of 249.52º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B2160 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 43 33 96 -
CMYK 0.55 0.66 0 0.62
HSL 249.52º 0.49% 0.25% -
HSV(B) 249.52º 0.66% 0.38% -
XYZ 3.65 2.45 11.35 -
YUV 43.17 157.81 127.88 -
System Red Green Blue C M Y K H S L
Decimal 43 33 96 0.55 0.66 0 0.62 249.52 0.49 0.25
Hex 2B 21 60 37 42 0 3E FA 31 19
Octal 53 41 140 67 102 0 76 372 61 31
Binary 101011 100001 1100000 110111 1000010 0 111110 11111010 110001 11001

Color Harmonies of #2B2160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2160

Black with #2B2160

Text Example


Text Example

White with #2B2160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,33,96); }

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

background-color css

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

 a { background-color: rgb(43,33,96); }

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

border-color css

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

 span { border-color: rgb(43,33,96); }

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