Html Css Color HEX #302061 Paris M

📋 copy color: '#302061'

red 48 ◦ green 32 ◦ blue 97

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

Shades of Paris M #302061

Tints of Paris M #302061

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.08%

 BLUE value IS 97 (38.28% from 255) = 54.8%

R = 27.12%
G = 18.08%
B = 54.8%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#302061 (or 0x302061) is known color: Paris M. HEX triplet: 30, 20 and 61. RGB value is (48,32,97). Sum of RGB (Red+Green+Blue) = 48+32+97=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #302061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302061 is #CFDF9E. Grayscale: #2B2B2B. Windows color (decimal): -13623199 or 6365232. OLE color: 6365232.

HSL color Cylindrical-coordinate representation of color #302061: hue angle of 254.77º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #302061 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 32 97 -
CMYK 0.51 0.67 0 0.62
HSL 254.77º 0.5% 0.25% -
HSV(B) 254.77º 0.67% 0.38% -
XYZ 3.89 2.52 11.59 -
YUV 44.19 157.8 130.71 -
System Red Green Blue C M Y K H S L
Decimal 48 32 97 0.51 0.67 0 0.62 254.77 0.5 0.25
Hex 30 20 61 33 43 0 3E FF 32 19
Octal 60 40 141 63 103 0 76 377 62 31
Binary 110000 100000 1100001 110011 1000011 0 111110 11111111 110010 11001

Color Harmonies of #302061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302061

Black with #302061

Text Example


Text Example

White with #302061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302061; }

 p { color: rgb(48,32,97); }

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

background-color css

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

 a { background-color: rgb(48,32,97); }

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

border-color css

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

 span { border-color: rgb(48,32,97); }

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