Html Css Color HEX #302271 Paris M

📋 copy color: '#302271'

red 48 ◦ green 34 ◦ blue 113

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

Shades of Paris M #302271

Tints of Paris M #302271

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.44%

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

R = 24.62%
G = 17.44%
B = 57.95%

CMYK

 C value IS 0.58

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#302271 (or 0x302271) is known color: Paris M. HEX triplet: 30, 22 and 71. RGB value is (48,34,113). Sum of RGB (Red+Green+Blue) = 48+34+113=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #302271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302271 is #CFDD8E. Grayscale: #2E2E2E. Windows color (decimal): -13622671 or 7414320. OLE color: 7414320.

HSL color Cylindrical-coordinate representation of color #302271: hue angle of 250.63º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #302271 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 34 113 -
CMYK 0.58 0.70 0 0.56
HSL 250.63º 0.54% 0.29% -
HSV(B) 250.63º 0.7% 0.44% -
XYZ 4.77 2.96 15.94 -
YUV 47.19 165.14 128.58 -
System Red Green Blue C M Y K H S L
Decimal 48 34 113 0.58 0.70 0 0.56 250.63 0.54 0.29
Hex 30 22 71 3A 46 0 38 FB 36 1D
Octal 60 42 161 72 106 0 70 373 66 35
Binary 110000 100010 1110001 111010 1000110 0 111000 11111011 110110 11101

Color Harmonies of #302271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302271

Black with #302271

Text Example


Text Example

White with #302271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302271; }

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

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

background-color css

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

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

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

border-color css

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

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

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