Html Css Color HEX #302471 Paris M

📋 copy color: '#302471'

red 48 ◦ green 36 ◦ blue 113

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

Shades of Paris M #302471

Tints of Paris M #302471

RGB

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

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

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

R = 24.37%
G = 18.27%
B = 57.36%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#302471 (or 0x302471) is known color: Paris M. HEX triplet: 30, 24 and 71. RGB value is (48,36,113). Sum of RGB (Red+Green+Blue) = 48+36+113=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #302471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302471 is #CFDB8E. Grayscale: #303030. Windows color (decimal): -13622159 or 7414832. OLE color: 7414832.

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

Color convert

RGB 48 36 113 -
CMYK 0.58 0.68 0 0.56
HSL 249.35º 0.52% 0.29% -
HSV(B) 249.35º 0.68% 0.44% -
XYZ 4.83 3.08 15.96 -
YUV 48.37 164.48 127.74 -
System Red Green Blue C M Y K H S L
Decimal 48 36 113 0.58 0.68 0 0.56 249.35 0.52 0.29
Hex 30 24 71 3A 44 0 38 F9 34 1D
Octal 60 44 161 72 104 0 70 371 64 35
Binary 110000 100100 1110001 111010 1000100 0 111000 11111001 110100 11101

Color Harmonies of #302471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302471

Black with #302471

Text Example


Text Example

White with #302471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302471; }

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

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

background-color css

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

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

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

border-color css

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

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

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