Html Css Color HEX #302170 Paris M

📋 copy color: '#302170'

red 48 ◦ green 33 ◦ blue 112

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

Shades of Paris M #302170

Tints of Paris M #302170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 58.03%

R = 24.87%
G = 17.1%
B = 58.03%

CMYK

 C value IS 0.57

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#302170 (or 0x302170) is known color: Paris M. HEX triplet: 30, 21 and 70. RGB value is (48,33,112). Sum of RGB (Red+Green+Blue) = 48+33+112=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #302170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302170 is #CFDE8F. Grayscale: #2E2E2E. Windows color (decimal): -13622928 or 7348528. OLE color: 7348528.

HSL color Cylindrical-coordinate representation of color #302170: hue angle of 251.39º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #302170 is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 33 112 -
CMYK 0.57 0.71 0 0.56
HSL 251.39º 0.54% 0.28% -
HSV(B) 251.39º 0.71% 0.44% -
XYZ 4.69 2.89 15.64 -
YUV 46.49 164.97 129.08 -
System Red Green Blue C M Y K H S L
Decimal 48 33 112 0.57 0.71 0 0.56 251.39 0.54 0.28
Hex 30 21 70 39 47 0 38 FB 36 1C
Octal 60 41 160 71 107 0 70 373 66 34
Binary 110000 100001 1110000 111001 1000111 0 111000 11111011 110110 11100

Color Harmonies of #302170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302170

Black with #302170

Text Example


Text Example

White with #302170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302170; }

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

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

background-color css

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

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

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

border-color css

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

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

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