Html Css Color HEX #302172 Paris M

📋 copy color: '#302172'

red 48 ◦ green 33 ◦ blue 114

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

Shades of Paris M #302172

Tints of Paris M #302172

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.92%

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

R = 24.62%
G = 16.92%
B = 58.46%

CMYK

 C value IS 0.58

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#302172 (or 0x302172) is known color: Paris M. HEX triplet: 30, 21 and 72. RGB value is (48,33,114). Sum of RGB (Red+Green+Blue) = 48+33+114=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #302172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302172 is #CFDE8D. Grayscale: #2E2E2E. Windows color (decimal): -13622926 or 7479600. OLE color: 7479600.

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

Color convert

RGB 48 33 114 -
CMYK 0.58 0.71 0 0.55
HSL 251.11º 0.55% 0.29% -
HSV(B) 251.11º 0.71% 0.45% -
XYZ 4.8 2.93 16.23 -
YUV 46.72 165.97 128.91 -
System Red Green Blue C M Y K H S L
Decimal 48 33 114 0.58 0.71 0 0.55 251.11 0.55 0.29
Hex 30 21 72 3A 47 0 37 FB 37 1D
Octal 60 41 162 72 107 0 67 373 67 35
Binary 110000 100001 1110010 111010 1000111 0 110111 11111011 110111 11101

Color Harmonies of #302172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302172

Black with #302172

Text Example


Text Example

White with #302172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302172; }

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

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

background-color css

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

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

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

border-color css

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

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

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