Html Css Color HEX #2A1F69 Paris M

📋 copy color: '#2A1F69'

red 42 ◦ green 31 ◦ blue 105

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

Shades of Paris M #2A1F69

Tints of Paris M #2A1F69

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.42%

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

R = 23.6%
G = 17.42%
B = 58.99%

CMYK

 C value IS 0.6

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2A1F69 (or 0x2A1F69) is known color: Paris M. HEX triplet: 2A, 1F and 69. RGB value is (42,31,105). Sum of RGB (Red+Green+Blue) = 42+31+105=178 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.60% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 105 (41.41% from 255 or 58.99% from 178); Max value from RGB is 105 - color contains mainly: blue. Hex color #2A1F69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1F69 is #D5E096. Grayscale: #2A2A2A. Windows color (decimal): -14016663 or 6889258. OLE color: 6889258.

HSL color Cylindrical-coordinate representation of color #2A1F69: hue angle of 248.92º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A1F69 is Cyan = 0.6, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 42 31 105 -
CMYK 0.6 0.70 0 0.59
HSL 248.92º 0.54% 0.27% -
HSV(B) 248.92º 0.7% 0.41% -
XYZ 3.99 2.49 13.64 -
YUV 42.73 163.14 127.48 -
System Red Green Blue C M Y K H S L
Decimal 42 31 105 0.6 0.70 0 0.59 248.92 0.54 0.27
Hex 2A 1F 69 3C 46 0 3B F9 36 1B
Octal 52 37 151 74 106 0 73 371 66 33
Binary 101010 11111 1101001 111100 1000110 0 111011 11111001 110110 11011

Color Harmonies of #2A1F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1F69

Black with #2A1F69

Text Example


Text Example

White with #2A1F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,31,105); }

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

background-color css

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

 a { background-color: rgb(42,31,105); }

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

border-color css

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

 span { border-color: rgb(42,31,105); }

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