Html Css Color HEX #2A1960 Paris M

📋 copy color: '#2A1960'

red 42 ◦ green 25 ◦ blue 96

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

Shades of Paris M #2A1960

Tints of Paris M #2A1960

RGB

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

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

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

R = 25.77%
G = 15.34%
B = 58.9%

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

#2A1960 (or 0x2A1960) is known color: Paris M. HEX triplet: 2A, 19 and 60. RGB value is (42,25,96). Sum of RGB (Red+Green+Blue) = 42+25+96=163 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.77% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 96 (37.89% from 255 or 58.90% from 163); Max value from RGB is 96 - color contains mainly: blue. Hex color #2A1960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1960 is #D5E69F. Grayscale: #252525. Windows color (decimal): -14018208 or 6297898. OLE color: 6297898.

HSL color Cylindrical-coordinate representation of color #2A1960: hue angle of 254.37º 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 #2A1960 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 42 25 96 -
CMYK 0.56 0.74 0 0.62
HSL 254.37º 0.59% 0.24% -
HSV(B) 254.37º 0.74% 0.38% -
XYZ 3.41 2.03 11.28 -
YUV 38.18 160.63 130.73 -
System Red Green Blue C M Y K H S L
Decimal 42 25 96 0.56 0.74 0 0.62 254.37 0.59 0.24
Hex 2A 19 60 38 4A 0 3E FE 3B 18
Octal 52 31 140 70 112 0 76 376 73 30
Binary 101010 11001 1100000 111000 1001010 0 111110 11111110 111011 11000

Color Harmonies of #2A1960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1960

Black with #2A1960

Text Example


Text Example

White with #2A1960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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