Html Css Color HEX #2A2366 Paris M

📋 copy color: '#2A2366'

red 42 ◦ green 35 ◦ blue 102

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

Shades of Paris M #2A2366

Tints of Paris M #2A2366

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.55%

 BLUE value IS 102 (40.23% from 255) = 56.98%

R = 23.46%
G = 19.55%
B = 56.98%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2A2366 (or 0x2A2366) is known color: Paris M. HEX triplet: 2A, 23 and 66. RGB value is (42,35,102). Sum of RGB (Red+Green+Blue) = 42+35+102=179 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.46% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 102 (40.23% from 255 or 56.98% from 179); Max value from RGB is 102 - color contains mainly: blue. Hex color #2A2366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2366 is #D5DC99. Grayscale: #2C2C2C. Windows color (decimal): -14015642 or 6693674. OLE color: 6693674.

HSL color Cylindrical-coordinate representation of color #2A2366: hue angle of 246.27º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A2366 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 42 35 102 -
CMYK 0.59 0.66 0 0.6
HSL 246.27º 0.49% 0.27% -
HSV(B) 246.27º 0.66% 0.4% -
XYZ 3.95 2.65 12.87 -
YUV 44.73 160.32 126.05 -
System Red Green Blue C M Y K H S L
Decimal 42 35 102 0.59 0.66 0 0.6 246.27 0.49 0.27
Hex 2A 23 66 3B 42 0 3C F6 31 1B
Octal 52 43 146 73 102 0 74 366 61 33
Binary 101010 100011 1100110 111011 1000010 0 111100 11110110 110001 11011

Color Harmonies of #2A2366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A2366

Black with #2A2366

Text Example


Text Example

White with #2A2366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,35,102); }

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

background-color css

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

 a { background-color: rgb(42,35,102); }

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

border-color css

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

 span { border-color: rgb(42,35,102); }

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