Html Css Color HEX #2A1E6E Paris M

📋 copy color: '#2A1E6E'

red 42 ◦ green 30 ◦ blue 110

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

Shades of Paris M #2A1E6E

Tints of Paris M #2A1E6E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.48%

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

R = 23.08%
G = 16.48%
B = 60.44%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2A1E6E (or 0x2A1E6E) is known color: Paris M. HEX triplet: 2A, 1E and 6E. RGB value is (42,30,110). Sum of RGB (Red+Green+Blue) = 42+30+110=182 (24% of max value = 765). Red value is 42 (16.80% from 255 or 23.08% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #2A1E6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1E6E is #D5E191. Grayscale: #2A2A2A. Windows color (decimal): -14016914 or 7216682. OLE color: 7216682.

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

Color convert

RGB 42 30 110 -
CMYK 0.62 0.73 0 0.57
HSL 249º 0.57% 0.27% -
HSV(B) 249º 0.73% 0.43% -
XYZ 4.23 2.55 15.02 -
YUV 42.71 165.98 127.5 -
System Red Green Blue C M Y K H S L
Decimal 42 30 110 0.62 0.73 0 0.57 249 0.57 0.27
Hex 2A 1E 6E 3E 49 0 39 F9 39 1B
Octal 52 36 156 76 111 0 71 371 71 33
Binary 101010 11110 1101110 111110 1001001 0 111001 11111001 111001 11011

Color Harmonies of #2A1E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1E6E

Black with #2A1E6E

Text Example


Text Example

White with #2A1E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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