Html Css Color HEX #302958 Paris M

📋 copy color: '#302958'

red 48 ◦ green 41 ◦ blue 88

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

Shades of Paris M #302958

Tints of Paris M #302958

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.16%

 BLUE value IS 88 (34.77% from 255) = 49.72%

R = 27.12%
G = 23.16%
B = 49.72%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#302958 (or 0x302958) is known color: Paris M. HEX triplet: 30, 29 and 58. RGB value is (48,41,88). Sum of RGB (Red+Green+Blue) = 48+41+88=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #302958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302958 is #CFD6A7. Grayscale: #303030. Windows color (decimal): -13620904 or 5777712. OLE color: 5777712.

HSL color Cylindrical-coordinate representation of color #302958: hue angle of 248.94º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #302958 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 41 88 -
CMYK 0.45 0.53 0 0.65
HSL 248.94º 0.36% 0.25% -
HSV(B) 248.94º 0.53% 0.35% -
XYZ 3.77 2.92 9.6 -
YUV 48.45 150.32 127.68 -
System Red Green Blue C M Y K H S L
Decimal 48 41 88 0.45 0.53 0 0.65 248.94 0.36 0.25
Hex 30 29 58 2D 35 0 41 F9 24 19
Octal 60 51 130 55 65 0 101 371 44 31
Binary 110000 101001 1011000 101101 110101 0 1000001 11111001 100100 11001

Color Harmonies of #302958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302958

Black with #302958

Text Example


Text Example

White with #302958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302958; }

 p { color: rgb(48,41,88); }

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

background-color css

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

 a { background-color: rgb(48,41,88); }

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

border-color css

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

 span { border-color: rgb(48,41,88); }

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