Html Css Color HEX #301F60 Paris M

📋 copy color: '#301F60'

red 48 ◦ green 31 ◦ blue 96

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

Shades of Paris M #301F60

Tints of Paris M #301F60

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.71%

 BLUE value IS 96 (37.89% from 255) = 54.86%

R = 27.43%
G = 17.71%
B = 54.86%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#301F60 (or 0x301F60) is known color: Paris M. HEX triplet: 30, 1F and 60. RGB value is (48,31,96). Sum of RGB (Red+Green+Blue) = 48+31+96=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #301F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301F60 is #CFE09F. Grayscale: #2B2B2B. Windows color (decimal): -13623456 or 6299440. OLE color: 6299440.

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

Color convert

RGB 48 31 96 -
CMYK 0.50 0.68 0 0.62
HSL 255.69º 0.51% 0.25% -
HSV(B) 255.69º 0.68% 0.38% -
XYZ 3.82 2.45 11.34 -
YUV 43.49 157.63 131.21 -
System Red Green Blue C M Y K H S L
Decimal 48 31 96 0.50 0.68 0 0.62 255.69 0.51 0.25
Hex 30 1F 60 32 44 0 3E 100 33 19
Octal 60 37 140 62 104 0 76 400 63 31
Binary 110000 11111 1100000 110010 1000100 0 111110 100000000 110011 11001

Color Harmonies of #301F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301F60

Black with #301F60

Text Example


Text Example

White with #301F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301F60; }

 p { color: rgb(48,31,96); }

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

background-color css

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

 a { background-color: rgb(48,31,96); }

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

border-color css

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

 span { border-color: rgb(48,31,96); }

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