Html Css Color HEX #2A205E Paris M

📋 copy color: '#2A205E'

red 42 ◦ green 32 ◦ blue 94

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

Shades of Paris M #2A205E

Tints of Paris M #2A205E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.05%

 BLUE value IS 94 (37.11% from 255) = 55.95%

R = 25%
G = 19.05%
B = 55.95%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2A205E (or 0x2A205E) is known color: Paris M. HEX triplet: 2A, 20 and 5E. RGB value is (42,32,94). Sum of RGB (Red+Green+Blue) = 42+32+94=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 94 (37.11% from 255 or 55.95% from 168); Max value from RGB is 94 - color contains mainly: blue. Hex color #2A205E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A205E is #D5DFA1. Grayscale: #292929. Windows color (decimal): -14016418 or 6168618. OLE color: 6168618.

HSL color Cylindrical-coordinate representation of color #2A205E: hue angle of 249.68º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A205E is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 42 32 94 -
CMYK 0.55 0.66 0 0.63
HSL 249.68º 0.49% 0.25% -
HSV(B) 249.68º 0.66% 0.37% -
XYZ 3.49 2.33 10.86 -
YUV 42.06 157.31 127.96 -
System Red Green Blue C M Y K H S L
Decimal 42 32 94 0.55 0.66 0 0.63 249.68 0.49 0.25
Hex 2A 20 5E 37 42 0 3F FA 31 19
Octal 52 40 136 67 102 0 77 372 61 31
Binary 101010 100000 1011110 110111 1000010 0 111111 11111010 110001 11001

Color Harmonies of #2A205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A205E

Black with #2A205E

Text Example


Text Example

White with #2A205E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,32,94); }

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

background-color css

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

 a { background-color: rgb(42,32,94); }

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

border-color css

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

 span { border-color: rgb(42,32,94); }

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