Html Css Color HEX #302771 Paris M

📋 copy color: '#302771'

red 48 ◦ green 39 ◦ blue 113

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

Shades of Paris M #302771

Tints of Paris M #302771

RGB

 RED value IS 48 (19.14% from 255) = 24%

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

 BLUE value IS 113 (44.53% from 255) = 56.5%

R = 24%
G = 19.5%
B = 56.5%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#302771 (or 0x302771) is known color: Paris M. HEX triplet: 30, 27 and 71. RGB value is (48,39,113). Sum of RGB (Red+Green+Blue) = 48+39+113=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #302771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302771 is #CFD88E. Grayscale: #313131. Windows color (decimal): -13621391 or 7415600. OLE color: 7415600.

HSL color Cylindrical-coordinate representation of color #302771: hue angle of 247.3º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #302771 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 39 113 -
CMYK 0.58 0.65 0 0.56
HSL 247.3º 0.49% 0.3% -
HSV(B) 247.3º 0.65% 0.44% -
XYZ 4.93 3.27 15.99 -
YUV 50.13 163.48 126.48 -
System Red Green Blue C M Y K H S L
Decimal 48 39 113 0.58 0.65 0 0.56 247.3 0.49 0.3
Hex 30 27 71 3A 41 0 38 F7 31 1E
Octal 60 47 161 72 101 0 70 367 61 36
Binary 110000 100111 1110001 111010 1000001 0 111000 11110111 110001 11110

Color Harmonies of #302771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302771

Black with #302771

Text Example


Text Example

White with #302771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302771; }

 p { color: rgb(48,39,113); }

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

background-color css

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

 a { background-color: rgb(48,39,113); }

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

border-color css

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

 span { border-color: rgb(48,39,113); }

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