Html Css Color HEX #2B1962 Paris M

📋 copy color: '#2B1962'

red 43 ◦ green 25 ◦ blue 98

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

Shades of Paris M #2B1962

Tints of Paris M #2B1962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 59.04%

R = 25.9%
G = 15.06%
B = 59.04%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2B1962 (or 0x2B1962) is known color: Paris M. HEX triplet: 2B, 19 and 62. RGB value is (43,25,98). Sum of RGB (Red+Green+Blue) = 43+25+98=166 (21% of max value = 765). Red value is 43 (17.19% from 255 or 25.90% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #2B1962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1962 is #D4E69D. Grayscale: #262626. Windows color (decimal): -13952670 or 6428971. OLE color: 6428971.

HSL color Cylindrical-coordinate representation of color #2B1962: hue angle of 254.79º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B1962 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 43 25 98 -
CMYK 0.56 0.74 0 0.62
HSL 254.79º 0.59% 0.24% -
HSV(B) 254.79º 0.74% 0.38% -
XYZ 3.55 2.09 11.77 -
YUV 38.7 161.46 131.06 -
System Red Green Blue C M Y K H S L
Decimal 43 25 98 0.56 0.74 0 0.62 254.79 0.59 0.24
Hex 2B 19 62 38 4A 0 3E FF 3B 18
Octal 53 31 142 70 112 0 76 377 73 30
Binary 101011 11001 1100010 111000 1001010 0 111110 11111111 111011 11000

Color Harmonies of #2B1962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1962

Black with #2B1962

Text Example


Text Example

White with #2B1962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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