Html Css Color HEX #2F2469 Paris M

📋 copy color: '#2F2469'

red 47 ◦ green 36 ◦ blue 105

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

Shades of Paris M #2F2469

Tints of Paris M #2F2469

RGB

 RED value IS 47 (18.75% from 255) = 25%

 GREEN value IS 36 (14.45% from 255) = 19.15%

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

R = 25%
G = 19.15%
B = 55.85%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2F2469 (or 0x2F2469) is known color: Paris M. HEX triplet: 2F, 24 and 69. RGB value is (47,36,105). Sum of RGB (Red+Green+Blue) = 47+36+105=188 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 105 (41.41% from 255 or 55.85% from 188); Max value from RGB is 105 - color contains mainly: blue. Hex color #2F2469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2469 is #D0DB96. Grayscale: #2E2E2E. Windows color (decimal): -13687703 or 6890543. OLE color: 6890543.

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

Color convert

RGB 47 36 105 -
CMYK 0.55 0.66 0 0.59
HSL 249.57º 0.49% 0.28% -
HSV(B) 249.57º 0.66% 0.41% -
XYZ 4.35 2.89 13.69 -
YUV 47.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 47 36 105 0.55 0.66 0 0.59 249.57 0.49 0.28
Hex 2F 24 69 37 42 0 3B FA 31 1C
Octal 57 44 151 67 102 0 73 372 61 34
Binary 101111 100100 1101001 110111 1000010 0 111011 11111010 110001 11100

Color Harmonies of #2F2469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2469

Black with #2F2469

Text Example


Text Example

White with #2F2469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,36,105); }

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

background-color css

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

 a { background-color: rgb(47,36,105); }

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

border-color css

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

 span { border-color: rgb(47,36,105); }

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