Html Css Color HEX #2A1F6E Paris M

📋 copy color: '#2A1F6E'

red 42 ◦ green 31 ◦ blue 110

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

Shades of Paris M #2A1F6E

Tints of Paris M #2A1F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 60.11%

R = 22.95%
G = 16.94%
B = 60.11%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2A1F6E (or 0x2A1F6E) is known color: Paris M. HEX triplet: 2A, 1F and 6E. RGB value is (42,31,110). Sum of RGB (Red+Green+Blue) = 42+31+110=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 110 (43.36% from 255 or 60.11% from 183); Max value from RGB is 110 - color contains mainly: blue. Hex color #2A1F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1F6E is #D5E091. Grayscale: #2A2A2A. Windows color (decimal): -14016658 or 7216938. OLE color: 7216938.

HSL color Cylindrical-coordinate representation of color #2A1F6E: hue angle of 248.35º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A1F6E is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 42 31 110 -
CMYK 0.62 0.72 0 0.57
HSL 248.35º 0.56% 0.28% -
HSV(B) 248.35º 0.72% 0.43% -
XYZ 4.26 2.6 15.03 -
YUV 43.3 165.64 127.08 -
System Red Green Blue C M Y K H S L
Decimal 42 31 110 0.62 0.72 0 0.57 248.35 0.56 0.28
Hex 2A 1F 6E 3E 48 0 39 F8 38 1C
Octal 52 37 156 76 110 0 71 370 70 34
Binary 101010 11111 1101110 111110 1001000 0 111001 11111000 111000 11100

Color Harmonies of #2A1F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1F6E

Black with #2A1F6E

Text Example


Text Example

White with #2A1F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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