Html Css Color HEX #302965 Paris M

📋 copy color: '#302965'

red 48 ◦ green 41 ◦ blue 101

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

Shades of Paris M #302965

Tints of Paris M #302965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 53.16%

R = 25.26%
G = 21.58%
B = 53.16%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#302965 (or 0x302965) is known color: Paris M. HEX triplet: 30, 29 and 65. RGB value is (48,41,101). Sum of RGB (Red+Green+Blue) = 48+41+101=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #302965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302965 is #CFD69A. Grayscale: #313131. Windows color (decimal): -13620891 or 6629680. OLE color: 6629680.

HSL color Cylindrical-coordinate representation of color #302965: hue angle of 247º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #302965 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 41 101 -
CMYK 0.52 0.59 0 0.60
HSL 247º 0.42% 0.28% -
HSV(B) 247º 0.59% 0.4% -
XYZ 4.36 3.15 12.69 -
YUV 49.93 156.82 126.62 -
System Red Green Blue C M Y K H S L
Decimal 48 41 101 0.52 0.59 0 0.60 247 0.42 0.28
Hex 30 29 65 34 3B 0 3C F7 2A 1C
Octal 60 51 145 64 73 0 74 367 52 34
Binary 110000 101001 1100101 110100 111011 0 111100 11110111 101010 11100

Color Harmonies of #302965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302965

Black with #302965

Text Example


Text Example

White with #302965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302965; }

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

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

background-color css

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

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

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

border-color css

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

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

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