Html Css Color HEX #2D1F70 Paris M

📋 copy color: '#2D1F70'

red 45 ◦ green 31 ◦ blue 112

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

Shades of Paris M #2D1F70

Tints of Paris M #2D1F70

RGB

 RED value IS 45 (17.97% from 255) = 23.94%

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

 BLUE value IS 112 (44.14% from 255) = 59.57%

R = 23.94%
G = 16.49%
B = 59.57%

CMYK

 C value IS 0.60

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2D1F70 (or 0x2D1F70) is known color: Paris M. HEX triplet: 2D, 1F and 70. RGB value is (45,31,112). Sum of RGB (Red+Green+Blue) = 45+31+112=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 31 (12.5% from 255 or 16.49% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #2D1F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D1F70 is #D2E08F. Grayscale: #2C2C2C. Windows color (decimal): -13820048 or 7348013. OLE color: 7348013.

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

Color convert

RGB 45 31 112 -
CMYK 0.60 0.72 0 0.56
HSL 250.37º 0.57% 0.28% -
HSV(B) 250.37º 0.72% 0.44% -
XYZ 4.5 2.71 15.61 -
YUV 44.42 166.14 128.41 -
System Red Green Blue C M Y K H S L
Decimal 45 31 112 0.60 0.72 0 0.56 250.37 0.57 0.28
Hex 2D 1F 70 3C 48 0 38 FA 39 1C
Octal 55 37 160 74 110 0 70 372 71 34
Binary 101101 11111 1110000 111100 1001000 0 111000 11111010 111001 11100

Color Harmonies of #2D1F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1F70

Black with #2D1F70

Text Example


Text Example

White with #2D1F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,31,112); }

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

background-color css

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

 a { background-color: rgb(45,31,112); }

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

border-color css

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

 span { border-color: rgb(45,31,112); }

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