Html Css Color HEX #302572 Paris M

📋 copy color: '#302572'

red 48 ◦ green 37 ◦ blue 114

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

Shades of Paris M #302572

Tints of Paris M #302572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 57.29%

R = 24.12%
G = 18.59%
B = 57.29%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#302572 (or 0x302572) is known color: Paris M. HEX triplet: 30, 25 and 72. RGB value is (48,37,114). Sum of RGB (Red+Green+Blue) = 48+37+114=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #302572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302572 is #CFDA8D. Grayscale: #303030. Windows color (decimal): -13621902 or 7480624. OLE color: 7480624.

HSL color Cylindrical-coordinate representation of color #302572: hue angle of 248.57º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #302572 is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 37 114 -
CMYK 0.58 0.68 0 0.55
HSL 248.57º 0.51% 0.3% -
HSV(B) 248.57º 0.68% 0.45% -
XYZ 4.92 3.17 16.27 -
YUV 49.07 164.64 127.24 -
System Red Green Blue C M Y K H S L
Decimal 48 37 114 0.58 0.68 0 0.55 248.57 0.51 0.3
Hex 30 25 72 3A 44 0 37 F9 33 1E
Octal 60 45 162 72 104 0 67 371 63 36
Binary 110000 100101 1110010 111010 1000100 0 110111 11111001 110011 11110

Color Harmonies of #302572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302572

Black with #302572

Text Example


Text Example

White with #302572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302572; }

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

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

background-color css

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

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

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

border-color css

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

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

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