Html Css Color HEX #2B1766 Paris M

📋 copy color: '#2B1766'

red 43 ◦ green 23 ◦ blue 102

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

Shades of Paris M #2B1766

Tints of Paris M #2B1766

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.69%

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

R = 25.6%
G = 13.69%
B = 60.71%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2B1766 (or 0x2B1766) is known color: Paris M. HEX triplet: 2B, 17 and 66. RGB value is (43,23,102). Sum of RGB (Red+Green+Blue) = 43+23+102=168 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.60% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 102 (40.23% from 255 or 60.71% from 168); Max value from RGB is 102 - color contains mainly: blue. Hex color #2B1766 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1766 is #D4E899. Grayscale: #252525. Windows color (decimal): -13953178 or 6690603. OLE color: 6690603.

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

Color convert

RGB 43 23 102 -
CMYK 0.58 0.77 0 0.6
HSL 255.19º 0.63% 0.25% -
HSV(B) 255.19º 0.77% 0.4% -
XYZ 3.7 2.09 12.78 -
YUV 37.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 43 23 102 0.58 0.77 0 0.6 255.19 0.63 0.25
Hex 2B 17 66 3A 4D 0 3C FF 3F 19
Octal 53 27 146 72 115 0 74 377 77 31
Binary 101011 10111 1100110 111010 1001101 0 111100 11111111 111111 11001

Color Harmonies of #2B1766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1766

Black with #2B1766

Text Example


Text Example

White with #2B1766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,23,102); }

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

background-color css

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

 a { background-color: rgb(43,23,102); }

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

border-color css

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

 span { border-color: rgb(43,23,102); }

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