Html Css Color HEX #2B1969 Paris M

📋 copy color: '#2B1969'

red 43 ◦ green 25 ◦ blue 105

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

Shades of Paris M #2B1969

Tints of Paris M #2B1969

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.45%

 BLUE value IS 105 (41.41% from 255) = 60.69%

R = 24.86%
G = 14.45%
B = 60.69%

CMYK

 C value IS 0.59

 M value IS 0.76

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2B1969 (or 0x2B1969) is known color: Paris M. HEX triplet: 2B, 19 and 69. RGB value is (43,25,105). Sum of RGB (Red+Green+Blue) = 43+25+105=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B1969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1969 is #D4E696. Grayscale: #272727. Windows color (decimal): -13952663 or 6887723. OLE color: 6887723.

HSL color Cylindrical-coordinate representation of color #2B1969: hue angle of 253.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B1969 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 43 25 105 -
CMYK 0.59 0.76 0 0.59
HSL 253.5º 0.62% 0.25% -
HSV(B) 253.5º 0.76% 0.41% -
XYZ 3.89 2.23 13.59 -
YUV 39.5 164.96 130.5 -
System Red Green Blue C M Y K H S L
Decimal 43 25 105 0.59 0.76 0 0.59 253.5 0.62 0.25
Hex 2B 19 69 3B 4C 0 3B FE 3E 19
Octal 53 31 151 73 114 0 73 376 76 31
Binary 101011 11001 1101001 111011 1001100 0 111011 11111110 111110 11001

Color Harmonies of #2B1969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1969

Black with #2B1969

Text Example


Text Example

White with #2B1969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,25,105); }

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

background-color css

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

 a { background-color: rgb(43,25,105); }

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

border-color css

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

 span { border-color: rgb(43,25,105); }

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