Html Css Color HEX #302472 Paris M

📋 copy color: '#302472'

red 48 ◦ green 36 ◦ blue 114

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

Shades of Paris M #302472

Tints of Paris M #302472

RGB

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

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

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

R = 24.24%
G = 18.18%
B = 57.58%

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

#302472 (or 0x302472) is known color: Paris M. HEX triplet: 30, 24 and 72. RGB value is (48,36,114). Sum of RGB (Red+Green+Blue) = 48+36+114=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #302472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302472 is #CFDB8D. Grayscale: #303030. Windows color (decimal): -13622158 or 7480368. OLE color: 7480368.

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

Color convert

RGB 48 36 114 -
CMYK 0.58 0.68 0 0.55
HSL 249.23º 0.52% 0.29% -
HSV(B) 249.23º 0.68% 0.45% -
XYZ 4.89 3.11 16.26 -
YUV 48.48 164.98 127.66 -
System Red Green Blue C M Y K H S L
Decimal 48 36 114 0.58 0.68 0 0.55 249.23 0.52 0.29
Hex 30 24 72 3A 44 0 37 F9 34 1D
Octal 60 44 162 72 104 0 67 371 64 35
Binary 110000 100100 1110010 111010 1000100 0 110111 11111001 110100 11101

Color Harmonies of #302472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302472

Black with #302472

Text Example


Text Example

White with #302472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302472; }

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

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

background-color css

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

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

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

border-color css

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

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

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