Html Css Color HEX #302571 Paris M

📋 copy color: '#302571'

red 48 ◦ green 37 ◦ blue 113

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

Shades of Paris M #302571

Tints of Paris M #302571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.69%

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

R = 24.24%
G = 18.69%
B = 57.07%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#302571 (or 0x302571) is known color: Paris M. HEX triplet: 30, 25 and 71. RGB value is (48,37,113). Sum of RGB (Red+Green+Blue) = 48+37+113=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 113 (44.53% from 255 or 57.07% from 198); Max value from RGB is 113 - color contains mainly: blue. Hex color #302571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302571 is #CFDA8E. Grayscale: #303030. Windows color (decimal): -13621903 or 7415088. OLE color: 7415088.

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

Color convert

RGB 48 37 113 -
CMYK 0.58 0.67 0 0.56
HSL 248.68º 0.51% 0.29% -
HSV(B) 248.68º 0.67% 0.44% -
XYZ 4.86 3.14 15.97 -
YUV 48.95 164.14 127.32 -
System Red Green Blue C M Y K H S L
Decimal 48 37 113 0.58 0.67 0 0.56 248.68 0.51 0.29
Hex 30 25 71 3A 43 0 38 F9 33 1D
Octal 60 45 161 72 103 0 70 371 63 35
Binary 110000 100101 1110001 111010 1000011 0 111000 11111001 110011 11101

Color Harmonies of #302571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302571

Black with #302571

Text Example


Text Example

White with #302571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302571; }

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

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

background-color css

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

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

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

border-color css

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

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

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