Html Css Color HEX #2D275A Paris M

📋 copy color: '#2D275A'

red 45 ◦ green 39 ◦ blue 90

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

Shades of Paris M #2D275A

Tints of Paris M #2D275A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.41%

 BLUE value IS 90 (35.55% from 255) = 51.72%

R = 25.86%
G = 22.41%
B = 51.72%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2D275A (or 0x2D275A) is known color: Paris M. HEX triplet: 2D, 27 and 5A. RGB value is (45,39,90). Sum of RGB (Red+Green+Blue) = 45+39+90=174 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.86% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #2D275A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D275A is #D2D8A5. Grayscale: #2E2E2E. Windows color (decimal): -13818022 or 5908269. OLE color: 5908269.

HSL color Cylindrical-coordinate representation of color #2D275A: hue angle of 247.06º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D275A is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 45 39 90 -
CMYK 0.50 0.57 0 0.65
HSL 247.06º 0.4% 0.25% -
HSV(B) 247.06º 0.57% 0.35% -
XYZ 3.65 2.75 10.01 -
YUV 46.61 152.49 126.85 -
System Red Green Blue C M Y K H S L
Decimal 45 39 90 0.50 0.57 0 0.65 247.06 0.4 0.25
Hex 2D 27 5A 32 39 0 41 F7 28 19
Octal 55 47 132 62 71 0 101 367 50 31
Binary 101101 100111 1011010 110010 111001 0 1000001 11110111 101000 11001

Color Harmonies of #2D275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D275A

Black with #2D275A

Text Example


Text Example

White with #2D275A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,39,90); }

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

background-color css

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

 a { background-color: rgb(45,39,90); }

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

border-color css

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

 span { border-color: rgb(45,39,90); }

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