Html Css Color HEX #302261 Paris M

📋 copy color: '#302261'

red 48 ◦ green 34 ◦ blue 97

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

Shades of Paris M #302261

Tints of Paris M #302261

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.99%

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

R = 26.82%
G = 18.99%
B = 54.19%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#302261 (or 0x302261) is known color: Paris M. HEX triplet: 30, 22 and 61. RGB value is (48,34,97). Sum of RGB (Red+Green+Blue) = 48+34+97=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 97 (38.28% from 255 or 54.19% from 179); Max value from RGB is 97 - color contains mainly: blue. Hex color #302261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302261 is #CFDD9E. Grayscale: #2D2D2D. Windows color (decimal): -13622687 or 6365744. OLE color: 6365744.

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

Color convert

RGB 48 34 97 -
CMYK 0.51 0.65 0 0.62
HSL 253.33º 0.48% 0.26% -
HSV(B) 253.33º 0.65% 0.38% -
XYZ 3.95 2.64 11.61 -
YUV 45.37 157.14 129.88 -
System Red Green Blue C M Y K H S L
Decimal 48 34 97 0.51 0.65 0 0.62 253.33 0.48 0.26
Hex 30 22 61 33 41 0 3E FD 30 1A
Octal 60 42 141 63 101 0 76 375 60 32
Binary 110000 100010 1100001 110011 1000001 0 111110 11111101 110000 11010

Color Harmonies of #302261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302261

Black with #302261

Text Example


Text Example

White with #302261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302261; }

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

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

background-color css

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

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

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

border-color css

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

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

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