Html Css Color HEX #2A196B Paris M

📋 copy color: '#2A196B'

red 42 ◦ green 25 ◦ blue 107

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

Shades of Paris M #2A196B

Tints of Paris M #2A196B

RGB

 RED value IS 42 (16.8% from 255) = 24.14%

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

 BLUE value IS 107 (42.19% from 255) = 61.49%

R = 24.14%
G = 14.37%
B = 61.49%

CMYK

 C value IS 0.61

 M value IS 0.77

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2A196B (or 0x2A196B) is known color: Paris M. HEX triplet: 2A, 19 and 6B. RGB value is (42,25,107). Sum of RGB (Red+Green+Blue) = 42+25+107=174 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24.14% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 107 (42.19% from 255 or 61.49% from 174); Max value from RGB is 107 - color contains mainly: blue. Hex color #2A196B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A196B is #D5E694. Grayscale: #272727. Windows color (decimal): -14018197 or 7018794. OLE color: 7018794.

HSL color Cylindrical-coordinate representation of color #2A196B: hue angle of 252.44º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A196B is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 42 25 107 -
CMYK 0.61 0.77 0 0.58
HSL 252.44º 0.62% 0.26% -
HSV(B) 252.44º 0.77% 0.42% -
XYZ 3.96 2.25 14.14 -
YUV 39.43 166.13 129.83 -
System Red Green Blue C M Y K H S L
Decimal 42 25 107 0.61 0.77 0 0.58 252.44 0.62 0.26
Hex 2A 19 6B 3D 4D 0 3A FC 3E 1A
Octal 52 31 153 75 115 0 72 374 76 32
Binary 101010 11001 1101011 111101 1001101 0 111010 11111100 111110 11010

Color Harmonies of #2A196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A196B

Black with #2A196B

Text Example


Text Example

White with #2A196B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,25,107); }

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

background-color css

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

 a { background-color: rgb(42,25,107); }

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

border-color css

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

 span { border-color: rgb(42,25,107); }

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