Html Css Color HEX #302461 Paris M

📋 copy color: '#302461'

red 48 ◦ green 36 ◦ blue 97

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

Shades of Paris M #302461

Tints of Paris M #302461

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.89%

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

R = 26.52%
G = 19.89%
B = 53.59%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#302461 (or 0x302461) is known color: Paris M. HEX triplet: 30, 24 and 61. RGB value is (48,36,97). Sum of RGB (Red+Green+Blue) = 48+36+97=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #302461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302461 is #CFDB9E. Grayscale: #2E2E2E. Windows color (decimal): -13622175 or 6366256. OLE color: 6366256.

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

Color convert

RGB 48 36 97 -
CMYK 0.51 0.63 0 0.62
HSL 251.8º 0.46% 0.26% -
HSV(B) 251.8º 0.63% 0.38% -
XYZ 4.01 2.75 11.63 -
YUV 46.54 156.48 129.04 -
System Red Green Blue C M Y K H S L
Decimal 48 36 97 0.51 0.63 0 0.62 251.8 0.46 0.26
Hex 30 24 61 33 3F 0 3E FC 2E 1A
Octal 60 44 141 63 77 0 76 374 56 32
Binary 110000 100100 1100001 110011 111111 0 111110 11111100 101110 11010

Color Harmonies of #302461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302461

Black with #302461

Text Example


Text Example

White with #302461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302461; }

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

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

background-color css

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

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

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

border-color css

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

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

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